forked from GNUsocial/gnu-social
Uses a fixed height for header to control the layout for notice form
in Cloudy
This commit is contained in:
parent
d7e2a29498
commit
fe18100281
@ -242,6 +242,7 @@ margin-right:-47px;
|
|||||||
|
|
||||||
#header {
|
#header {
|
||||||
width:100%;
|
width:100%;
|
||||||
|
height:10.5em;
|
||||||
position:relative;
|
position:relative;
|
||||||
float:left;
|
float:left;
|
||||||
padding-top:18px;
|
padding-top:18px;
|
||||||
@ -1522,7 +1523,7 @@ min-width:0;
|
|||||||
#useradminpanel #content,
|
#useradminpanel #content,
|
||||||
#pathsadminpanel #content,
|
#pathsadminpanel #content,
|
||||||
#adminprofileflag #content {
|
#adminprofileflag #content {
|
||||||
padding-top:170px;
|
padding-top:12.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profilesettings #form_notice,
|
#profilesettings #form_notice,
|
||||||
|
Loading…
Reference in New Issue
Block a user