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;
#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;
font: 1em Verdana, sans-serif;
line-height: 1.3em;
color: #333;
+ width: 100%;
}
}
-#_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;
}
+
<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>