diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-06 18:02:46 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-06 18:02:46 +0000 |
commit | fe181002814359620e962454444917580ee51970 (patch) | |
tree | 9f64d4e2e8c60e9f24dd1eeec3b5e477f7864e13 /theme/cloudy | |
parent | d7e2a2949869dfc1b84d96259471868e75fc7899 (diff) |
Uses a fixed height for header to control the layout for notice form
in Cloudy
Diffstat (limited to 'theme/cloudy')
-rw-r--r-- | theme/cloudy/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css index 92d544977..23e5c4ec6 100644 --- a/theme/cloudy/css/display.css +++ b/theme/cloudy/css/display.css @@ -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, |