}
#module-set .module div {
- -moz-border-radius: 8px 8px 8px 8px;
+ -moz-border-radius: 8px 0px 8px 8px;
-webkit-border-radius: 8px 0px 8px 8px;
- border-radius: 8px 8px 8px 8px;
+ border-radius: 8px 0px 8px 8px;
}
#module-set .module a:hover {
-moz-border-radius: 8px 0px 8px 8px;
-webkit-border-radius: 8px 0px 8px 8px;
border-radius: 8px 0px 8px 8px;
- }
-
-#module-set-left .module ul {
margin: 0em 0em 0em 0.3em;
font-size: 0.9125em;
background-color: #FFF;
.info {
color: white;
padding: 0.3em;
- background-color: #3c9200;
+ background-color: green;
-moz-border-radius: 8px 0px 8px 8px;
-webkit-border-radius: 8px 0px 8px 8px;
border-radius: 8px 0px 8px 8px;
-moz-border-radius: 8px 0px 8px 8px;
-webkit-border-radius: 8px 0px 8px 8px;
border-radius: 8px 0px 8px 8px;
+ margin: 0em 0em 0em 0.3em;
+ font-size: 0.9125em;
+ background-color: #FFF;
+ color: #000 ;
+ font-weight: normal;
+ max-height: 450px;
+ overflow-y: auto;
}
background-color: #bb0000;
}
+.ui-progressbar.beginning .ui-progressbar-value { background: red; }
+.ui-progressbar.middle .ui-progressbar-value { background: yellow; }
+.ui-progressbar.end .ui-progressbar-value { background: green; }
+
<tbody>
{% for question in questions.all %}
<tr>
- <td {% if forloop.first %}class="border-top"{% endif %} width="60%"><a href="{% url teleforma-question-answer question.id %}">{{ question.title }} n°{{ question.rank }}</a></td>
+ <td {% if forloop.first %}class="border-top"{% endif %} width="45%"><a href="{% url teleforma-question-answer question.id %}">{{ question.title }} n°{{ question.rank }}</a></td>
+ <td {% if forloop.first %}class="border-top"{% endif %} width="50%">{% if question|submitted:user %}{% trans "submitted on" %}{% else %}{% trans "saved on" %}{% endif %} {{ question|submitted:user }}</td>
<td {% if forloop.first %}class="border-top"{% endif %} width="5%" align="center">{% if question|submitted:user %}<img src="{{ STATIC_URL }}telemeta/images/ok.png" style="vertical-align:middle" alt="" title="{% trans "Submitted" %}" />{% endif %}</td>
</tr>
{% endfor %}