]> git.parisson.com Git - teleforma.git/commitdiff
fix some ul styles
authoryomguy <yomguy@parisson.com>
Sun, 6 Jan 2013 22:47:42 +0000 (23:47 +0100)
committeryomguy <yomguy@parisson.com>
Sun, 6 Jan 2013 22:47:42 +0000 (23:47 +0100)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/answer_form.html

index ad07293e4bb1b1c730f86791fd88cd127b0226d2..0ab89f2f9c34b7673025f3eab8849d7194f7896f 100644 (file)
@@ -15,6 +15,29 @@ body {
     background-repeat:repeat
 }
 
+/* LAYOUT  (sticking footer) */
+
+* {
+margin: 0;
+}
+
+html, body {
+height: 100%;
+}
+
+#layout {
+min-height: 100%;
+height: auto !important;
+height: 100%;
+margin: 0 auto -58px;
+}
+
+#footer {
+height: 30px;
+}
+
+
+
 /*a:link, a:visited {
     color: #BB0000;
     text-decoration:none;
@@ -66,28 +89,34 @@ a img { border: none; }
 
 #content ul, #content ul ul, #content ol {
     list-style: square;
-    padding: .7em;
+    padding: .5em;
     padding-left: 2em;
     font-size: 0.8em;
     clear: both;
 }
+
 #content ul ul {
-    font-size: 1.1em;
-    padding-left: 0;
+    font-size: 0.9em;
+    padding-left: 0em;
+    list-style: circle;
 }
+
 #content li {
     padding: .2em;
-    padding-left: 0;
+    padding-left: 0em;
 }
+
 #content li a {
-    padding: .1em 0;
+    padding: .1em 0em;
 }
+
 #content h1 {
     color: #000000;
     font-weight: bold;
     display:  inline;
     font-size: 1.2em;
 }
+
 #content h3 {
     color: #000000;
     font-weight: bold;
@@ -1797,6 +1826,7 @@ form .exceed{
     font: 1em Verdana, sans-serif;
     line-height: 1.3em;
     color: #333;   
+    width: 100%;
 }
 
 
@@ -1856,28 +1886,32 @@ form .exceed{
 }
 
 
-#_Form p {
-    font-weight: bold;
+#index ul, #index ul ul, #index ol {
+    list-style: square;
+    padding: .3em;
+    padding-left: 2em;
+    font-size: 1em;
+    clear: both;
 }
 
-
-/* LAYOUT  (sticking footer) */
-
-* {
-margin: 0;
+#index ul ul {
+    font-size: 0.9em;
+    padding-left: 0em;
+    list-style: circle;
 }
 
-html, body {
-height: 100%;
+#index li {
+    padding: .2em;
+    padding-left: 0em;
 }
 
-#layout {
-min-height: 100%;
-height: auto !important;
-height: 100%;
-margin: 0 auto -58px;
+#index li a {
+    padding: .1em 0em;
 }
-#footer {
-height: 30px;
+
+
+#_Form p {
+    font-weight: bold;
 }
 
+
index ced6a01c3301252bf9e82e96ebb2b573f74642bf..a0ff18352811c3e96121d88a158f94731ebece25 100644 (file)
@@ -45,7 +45,7 @@ $(document).ready(function(){
   <div class="course_subtitle">
    <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Step" %} 4 : {% trans "answer to this question" %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})</h3>
   </div>
-  <div style="text-align: justify;">
+  <div style="text-align: justify; width: 100%;">
     {{ question.question|safe }}
   </div>
 </div>