diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 70910a535..af52640f7 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -36,13 +36,14 @@ body left: 14px; height: 55px; width: 500px; - z-index: 150; + z-index: 200; text-align: left; } #header h1 { font-size: 0.8em; line-height: 0em; + margin: 0; } #header h1 a @@ -62,6 +63,16 @@ body margin: 2px 0 0 0; color: #626262; } + + #header #user_locale_switcher + { + font-size: 0.8em; + font-style: italic; + text-align: left; + margin: 2px 0 0 0; + color: #626262; + position: absolute; + } /*------------------------------------------------ temp stuff */ #staging, #alpha_notice, #beta { } @@ -102,8 +113,8 @@ body text-align: center; } -/*------------------------------------------------ mysoc logo */ - #mysoclogo +/*------------------------------------------------ org logo */ + #orglogo { position: absolute; width: 100%; @@ -115,7 +126,7 @@ body height: 40px; z-index: 100; } - #mysoclogo a + #orglogo a { color: #f0f0f0; display: block; |