restored simplenews footer home block
This commit is contained in:
@ -2914,6 +2914,7 @@ footer[role="contentinfo"]{
|
||||
}
|
||||
}
|
||||
#footer-left{
|
||||
// !! OLD
|
||||
#block-materiosimplenewssubscription{
|
||||
form{
|
||||
display: flex;
|
||||
@ -2958,8 +2959,40 @@ footer[role="contentinfo"]{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#block-simplenewssubscription{
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
font-size: 0.756em;
|
||||
>*{
|
||||
margin: 0;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
h2{ font-size: inherit;}
|
||||
form{
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
>*{
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
.form-item,
|
||||
.form-actions{
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
#edit-subscriptions-wrapper{
|
||||
display: none;
|
||||
}
|
||||
#edit-mail-wrapper{
|
||||
.description{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user