]> git.parisson.com Git - teleforma.git/commitdiff
fix bullet alignement for li
authoryomguy <yomguy@parisson.com>
Mon, 14 Jan 2013 08:22:10 +0000 (09:22 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 14 Jan 2013 08:22:10 +0000 (09:22 +0100)
teleforma/static/teleforma/css/teleforma.css

index 7083128235940adff8eeb38c75014ce92a820591..ddb2d5e1a6487da38a00b249828cf7fcaa965eb2 100644 (file)
@@ -89,8 +89,7 @@ a img { border: none; }
 
 #content ul, #content ul ul, #content ol {
     list-style: square;
-    padding: .5em;
-    padding-left: 2em;
+    padding: 0.5em 0.5em 0.5em 2em;
     font-size: 1em;
     clear: both;
 }
@@ -1442,11 +1441,20 @@ input,textarea{
         font-weight: normal;
         max-height: 450px;
         overflow-y: auto;
-        }
+        list-style: none;
+        padding: 0.5em 0.5em 0.5em 1em;
+ }
+
+#module-set-left .module li {
+    background: no-repeat url('/static/teleforma/images/bullet.png') 0%;
+    vertical-align: middle;
+    padding: 0.2em 0.5em 0.2em 1.1em;
+    margin: 0em 0em 0em 0em;
+    font-weight: bold;
+    }
 
 #module-set-left .module a {
     display:inline-block;
-    font-weight: bold;
     }