]> dev.renevier.net Git - syp.git/blobdiff - media/admin.css
IE8 compatibility
[syp.git] / media / admin.css
index c3815136684d4ff15e906ae180537d7fed274439..482bec815b06ae4ff45998bd86b40c5a5de5b0c2 100644 (file)
 #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;
     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;
 }
 
@@ -145,7 +178,11 @@ html>/**/body #img { /* hide from ie7 */
     background-color: white;
 }
 
-#password {
+#cookie_warning {
+    display: none;
+}
+
+#password, #user {
     display: block;
     width: 100%;
 }
@@ -153,7 +190,3 @@ html>/**/body #img { /* hide from ie7 */
 #login_error {
     display: none;
 }
-
-/*
- * add feature
- */