X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fadmin.css;h=5d9c397690d200f9a55dcd205acc690386a97f4a;hp=9cbbf7b833de210855c2c258b877d470f5f0ee32;hb=939514b912738c5784b04a0d207db1afd918eb69;hpb=57511b4efd7402ef58de66ac1fe2c01ed1b1d7b5 diff --git a/media/admin.css b/media/admin.css index 9cbbf7b..5d9c397 100644 --- a/media/admin.css +++ b/media/admin.css @@ -5,13 +5,65 @@ /* - * misc + * header */ -#logout { +#header { + height: 2em; +} +#add_user { + display: none; +} +.user_link { + text-decoration: none; + color: blue; +} +#user_management { float: right; margin: 0px 10px 0px 0px; } +#user_management p { + margin: 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; +} + +/* + * user area + */ +#user_area { + border: 1px solid black; + display: none; + float: right; + clear: right; + width: 35%; +} +#user_close { + float: right; +} +#user_comm { + margin-left: 4px; + margin-right: 4px; +} +#newuser, #changepass { + display: none; + margin: 12px; + text-align: center; +} /* * map @@ -19,7 +71,7 @@ #map { position: absolute; - top: 4px; + top: 2em; left: 4px; height: 50%; width: 50%; @@ -32,7 +84,7 @@ #editor { position: absolute; width: 44%; - top: 2em; + top: 4em; left: 55%; display: none; border: 1px solid black; @@ -74,8 +126,9 @@ html>/**/body #img { /* hide from ie7 */ */ #admin { + margin-top: 3em; position: fixed; - top: 53%; + top: 50%; width: 50%; } @@ -125,7 +178,11 @@ html>/**/body #img { /* hide from ie7 */ background-color: white; } -#password { +#cookie_warning { + display: none; +} + +#password, #user { display: block; width: 100%; } @@ -133,7 +190,3 @@ html>/**/body #img { /* hide from ie7 */ #login_error { display: none; } - -/* - * add feature - */