From c1abc7376ef195365618f9129da0341e49c9cb6b Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 18 Feb 2010 21:54:52 +0000 Subject: [PATCH] locales tool on the top git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@740 c66351dc-e62f-0410-b875-e3a5c0b9693f --- site/default.css | 29 +++++++++++++++++++++++++---- site/inc/menu.i | 5 +++++ 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/site/default.css b/site/default.css index e684016e..686f66d9 100755 --- a/site/default.css +++ b/site/default.css @@ -102,9 +102,9 @@ input, textarea, select { #header { width: 850px; - height: 82px; + height: 107px; margin: 0px auto 10px auto; - padding-top: 50px; + padding-top: 25px; background: url(images/img03.gif) repeat-x left bottom; } @@ -141,11 +141,32 @@ input, textarea, select { #menu { float: right; + margin: 15px 0 0 0; } +#clocale { + float: right; + margin: -17px 0 20px 0; + background-color: #eee; + padding-right: 7px; + padding-left: 7px; + height: 22px; + color: #888; +} + +#clocale a { + text-decoration: none; + color: #889; +} + +#clocale a:hover { + color: #111; + text-decoration: underline; +} + #menu ul { margin: 0; - padding: 15px 0 0 0; + padding: 0; list-style: none; } @@ -160,7 +181,7 @@ input, textarea, select { padding: 7px; text-decoration: none; font-size: 1em; - color: #000000; + color: #000; } #menu a:hover { diff --git a/site/inc/menu.i b/site/inc/menu.i index a7c78319..c2b9f302 100644 --- a/site/inc/menu.i +++ b/site/inc/menu.i @@ -1,4 +1,9 @@