]> dev.renevier.net Git - syp.git/blobdiff - media/admin.css
i18n and english translation
[syp.git] / media / admin.css
index 9cbbf7b833de210855c2c258b877d470f5f0ee32..c3815136684d4ff15e906ae180537d7fed274439 100644 (file)
@@ -5,13 +5,32 @@
 
 
 /*
 
 
 /*
- * misc
+ * header
  */
 
  */
 
+#header {
+    height: 2em;
+}
 #logout {
     float: right;
     margin: 0px 10px 0px 0px;
 }
 #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
 
 /*
  * map
@@ -19,7 +38,7 @@
 
 #map {
     position: absolute;
 
 #map {
     position: absolute;
-    top: 4px;
+    top: 2em;
     left: 4px;
     height: 50%;
     width: 50%;
     left: 4px;
     height: 50%;
     width: 50%;
@@ -74,8 +93,9 @@ html>/**/body #img { /* hide from ie7 */
  */
 
 #admin {
  */
 
 #admin {
+    margin-top: 3em;
     position: fixed;
     position: fixed;
-    top: 53%;
+    top: 50%;
     width: 50%;
 }
 
     width: 50%;
 }