X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fadmin.css;h=482bec815b06ae4ff45998bd86b40c5a5de5b0c2;hp=04cdf4eff1c95b977784a1eda062289a8fcf01d3;hb=726e61ea5e917d98fa8b58bbad46811304e23ff3;hpb=4acc8da49e3d4083fd9906388dd8fe0212bb9f42 diff --git a/media/admin.css b/media/admin.css index 04cdf4e..482bec8 100644 --- a/media/admin.css +++ b/media/admin.css @@ -11,10 +11,20 @@ #header { height: 2em; } -#logout { +#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; @@ -32,6 +42,29 @@ 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 */ @@ -51,7 +84,7 @@ #editor { position: absolute; width: 44%; - top: 2em; + top: 4em; left: 55%; display: none; border: 1px solid black; @@ -129,7 +162,7 @@ html>/**/body #img { /* hide from ie7 */ #login_padding { float: left; height: 40%; - width: 1px; + width: 100%; margin-bottom: -20px; } @@ -149,7 +182,7 @@ html>/**/body #img { /* hide from ie7 */ display: none; } -#password { +#password, #user { display: block; width: 100%; }