|
25 | 25 | .quotelike .row, .pseudoquotelike .row { font-size: 16px; margin: 0; padding: 10px 20px; } |
26 | 26 | .quotelike.active { background-color: #f7f7f7; } |
27 | 27 |
|
28 | | -.question-box { margin-bottom:10px; } |
29 | | -.question-box p { font-size: 120%; margin: 10px 0 20px; font-style: italic; color: #31708f; } |
30 | | -.question-box li { font-size: 100%; font-style: italic; color: #31708f; } |
| 28 | +.question-box { margin:20px 0; } |
| 29 | +.question-box p { font-size: 120%; margin: 10px 10px 0; color: #555; } |
| 30 | +.question-box ul { margin: 10px; } |
| 31 | +.question-box li { font-size: 100%; color: #555; } |
31 | 32 | .document-box { padding-top: 10px; } |
32 | 33 | .document-box p { font-size: 16px; } |
33 | 34 |
|
|
864 | 865 | {% if trusted_user %} |
865 | 866 | <span class="glyphicon glyphicon-ok-sign" aria-hidden="true"></span> |
866 | 867 | {% endif %} |
867 | | - {{completed_blocks}}/{{total_blocks}} documents, |
| 868 | + {{completed_blocks}}/{{total_blocks}} screens, |
868 | 869 | <span id="items-left-counter">{{items_left_in_block}}</span> |
869 | | - items left in document |
| 870 | + items left on this screen |
870 | 871 | </span> |
871 | 872 | </td> |
872 | 873 | <td style="width:33%;text-align:center;"> |
873 | | - {{campaign}}:#{{datask_id}}:Document #{{document_id}}-<span id="current-item-id">{{item_id}}</span> |
| 874 | + {{campaign}}:{{datask_id}}:{{document_id}}-<span id="current-item-id">{{item_id}}</span> |
874 | 875 | </td> |
875 | 876 | <td style="width:33%;text-align:right;"> |
876 | 877 | {% if source_language %}{{source_language}} → {% endif %}{{target_language}} |
|
879 | 880 | </table> |
880 | 881 | </div> |
881 | 882 |
|
882 | | -<div class="question-box"> |
| 883 | +<div class="question-box alert alert-success"> |
883 | 884 | <div class="row"> |
884 | 885 | <div class="col-sm-12"> |
885 | 886 | {% for text in priming_question_texts %} |
886 | | - <p>{{text|safe}}</p> |
| 887 | + {{text|safe}} |
887 | 888 | {% endfor %} |
888 | 889 | {% if scalar_slider %} |
889 | 890 | {% with mono=monolingual doclvl=doc_guidelines %} |
|
1121 | 1122 |
|
1122 | 1123 | {% else %} |
1123 | 1124 |
|
1124 | | - <div class="question-box"> |
| 1125 | + <div class="question-box alert alert-success"> |
1125 | 1126 | <div class="row"> |
1126 | | - <div class="col-sm-12 question-box"> |
| 1127 | + <div class="col-sm-12"> |
1127 | 1128 | {% for text in document_question_texts %} |
1128 | 1129 | <p>{{text|safe}}</p> |
1129 | 1130 | {% endfor %} |
|
0 commit comments