X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fadmin.css;h=9757300bb8c5d5176f51e79fff7e5551309bf26d;hp=9cbbf7b833de210855c2c258b877d470f5f0ee32;hb=3b38ca36fc18d34999073625a9c66dc2f05747a3;hpb=57511b4efd7402ef58de66ac1fe2c01ed1b1d7b5 diff --git a/media/admin.css b/media/admin.css index 9cbbf7b..9757300 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%; } @@ -125,7 +145,11 @@ html>/**/body #img { /* hide from ie7 */ background-color: white; } -#password { +#cookie_warning { + display: none; +} + +#password, #user { display: block; width: 100%; } @@ -133,7 +157,3 @@ html>/**/body #img { /* hide from ie7 */ #login_error { display: none; } - -/* - * add feature - */