]> dev.renevier.net Git - syp.git/blobdiff - media/admin.css
IE8 compatibility
[syp.git] / media / admin.css
index 9cbbf7b833de210855c2c258b877d470f5f0ee32..482bec815b06ae4ff45998bd86b40c5a5de5b0c2 100644 (file)
@@ -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%;
 }
 
@@ -109,7 +162,7 @@ html>/**/body #img { /* hide from ie7 */
 #login_padding {
     float: left;
     height: 40%;
-    width: 1px;
+    width: 100%;
     margin-bottom: -20px;
 }
 
@@ -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
- */