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 {
|
||||
width:100%;
|
||||
height:10.5em;
|
||||
position:relative;
|
||||
float:left;
|
||||
padding-top:18px;
|
||||
|
@ -1522,7 +1523,7 @@ min-width:0;
|
|||
#useradminpanel #content,
|
||||
#pathsadminpanel #content,
|
||||
#adminprofileflag #content {
|
||||
padding-top:170px;
|
||||
padding-top:12.5em;
|
||||
}
|
||||
|
||||
#profilesettings #form_notice,
|
||||
|
|
Loading…
Reference in New Issue
Block a user