]> dev.renevier.net Git - syj.git/commitdiff
fix alignement in list page
authorarno <arno@renevier.net>
Wed, 18 Aug 2010 21:38:48 +0000 (23:38 +0200)
committerarno <arno@renevier.net>
Wed, 18 Aug 2010 21:38:48 +0000 (23:38 +0200)
public/css/list.css

index 70e3f41974512178bf0162c6f70b1c2f5d7c0091..303541eb9867d7b6acc9d7f60ad65daa690531de 100644 (file)
@@ -16,9 +16,6 @@
     margin-bottom: 1em;
 }
 
-.controls {
-}
-
 .map {
     position: absolute;
     width: 100%; height: 100%;
@@ -26,7 +23,8 @@
 }
 
 .title {
-    height: 2em;
+    *margin-top: -1em; /* in ie <=7, .control-link margin-bottom "pushes" .title */
+    height: 32px;
     clear: left;
 }
 
@@ -69,3 +67,9 @@
     border-radius: 5px;
 }
 
+#other-language {
+    margin: 10px 10px 20px 20px;
+    /* .item: 108px +.title: 32px + margin-bottom: 10px => 150px */
+    /* margin: 30px + padding: 10px => height = 150 - 40 */
+    height: 110px;
+}