X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fadmin.css;h=c3815136684d4ff15e906ae180537d7fed274439;hp=9cbbf7b833de210855c2c258b877d470f5f0ee32;hb=0feade23ffa41ac299b252a93be4da11bc2a16b7;hpb=3848f54e1bde1afac7fa595822526d6c96b1ff18 diff --git a/media/admin.css b/media/admin.css index 9cbbf7b..c381513 100644 --- a/media/admin.css +++ b/media/admin.css @@ -5,13 +5,32 @@ /* - * misc + * header */ +#header { + height: 2em; +} #logout { float: right; margin: 0px 10px 0px 0px; } +#other-language { + float: left; + margin-top: 1px; +} +#other-language a:hover { + background-color: #BBBBFF; +} +#other-language a { + position: relative; /* needed to display top and bottom borders in ie */ + text-decoration: none; + padding-left: 10px; + padding-right: 10px; + padding-top: 3px; + padding-bottom: 3px; + border: #BBBBFF 1px solid; +} /* * map @@ -19,7 +38,7 @@ #map { position: absolute; - top: 4px; + top: 2em; left: 4px; height: 50%; width: 50%; @@ -74,8 +93,9 @@ html>/**/body #img { /* hide from ie7 */ */ #admin { + margin-top: 3em; position: fixed; - top: 53%; + top: 50%; width: 50%; }