]> dev.renevier.net Git - syp.git/blobdiff - media/admin.css
multi user administration
[syp.git] / media / admin.css
index 9cbbf7b833de210855c2c258b877d470f5f0ee32..9757300bb8c5d5176f51e79fff7e5551309bf26d 100644 (file)
@@ -5,13 +5,32 @@
 
 
 /*
- * misc
+ * header
  */
 
+#header {
+    height: 2em;
+}
 #logout {
     float: right;
     margin: 0px 10px 0px 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;
+}
 
 /*
  * map
@@ -19,7 +38,7 @@
 
 #map {
     position: absolute;
-    top: 4px;
+    top: 2em;
     left: 4px;
     height: 50%;
     width: 50%;
@@ -74,8 +93,9 @@ html>/**/body #img { /* hide from ie7 */
  */
 
 #admin {
+    margin-top: 3em;
     position: fixed;
-    top: 53%;
+    top: 50%;
     width: 50%;
 }
 
@@ -125,7 +145,11 @@ html>/**/body #img { /* hide from ie7 */
     background-color: white;
 }
 
-#password {
+#cookie_warning {
+    display: none;
+}
+
+#password, #user {
     display: block;
     width: 100%;
 }
@@ -133,7 +157,3 @@ html>/**/body #img { /* hide from ie7 */
 #login_error {
     display: none;
 }
-
-/*
- * add feature
- */