X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fadmin.css;h=ec9f82b9dcdf29e140fd6053f7ac2b64884ca8ae;hp=9cbbf7b833de210855c2c258b877d470f5f0ee32;hb=3c74920cb66b4e6c47c7e8a0eaeed40ffb7e8544;hpb=57511b4efd7402ef58de66ac1fe2c01ed1b1d7b5 diff --git a/media/admin.css b/media/admin.css index 9cbbf7b..ec9f82b 100644 --- a/media/admin.css +++ b/media/admin.css @@ -5,13 +5,64 @@ /* - * misc + * header */ -#logout { +#header { + height: 2em; +} +#add_user { + display: none; +} +#logout a, #add_user a { + 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; +} + +/* + * newuser + */ +#newuser_area { + border: 1px solid black; + display: none; + float: right; + clear: right; + width: 35%; +} +#newuser { + margin: 12px; + text-align: center; +} +#newuser_close { + float: right; +} +#newuser_comm { + margin-left: 4px; + margin-right: 4px; +} /* * map @@ -19,7 +70,7 @@ #map { position: absolute; - top: 4px; + top: 2em; left: 4px; height: 50%; width: 50%; @@ -32,7 +83,7 @@ #editor { position: absolute; width: 44%; - top: 2em; + top: 3em; left: 55%; display: none; border: 1px solid black; @@ -74,8 +125,9 @@ html>/**/body #img { /* hide from ie7 */ */ #admin { + margin-top: 3em; position: fixed; - top: 53%; + top: 50%; width: 50%; } @@ -125,7 +177,11 @@ html>/**/body #img { /* hide from ie7 */ background-color: white; } -#password { +#cookie_warning { + display: none; +} + +#password, #user { display: block; width: 100%; } @@ -133,7 +189,3 @@ html>/**/body #img { /* hide from ie7 */ #login_error { display: none; } - -/* - * add feature - */