diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-07 14:56:12 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-07 14:56:12 +0100 |
commit | eabd01e3108f535fb3236a69c2751d2764022cf9 (patch) | |
tree | 2fb44b15e92724208cb912e4486c15e5fd95a974 | |
parent | 7902639a9973ab510440316406f83a2194c9bf74 (diff) |
further CSS tweaks to make language switcher look OK in WTDK
-rw-r--r-- | public/stylesheets/main.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 76a7f7c9b..8dfecd586 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -171,7 +171,7 @@ body #topnav { position: relative; - top: 77px; + top: 103px; left: 0px; width: 100%; height: auto; @@ -1227,12 +1227,13 @@ div.user_about_me } div.lang { - position: relative; - clear: both; + position: absolute; text-align: right; font-size: 0.8em; top: 45px; + right: 0px; padding-right: 5px; + z-index: 200; } div#user_locale_switcher { |