Skip to content

Commit c4ad48d

Browse files
committed
fiddle with text size in question list
text is now a bit smaller
1 parent 59021e6 commit c4ad48d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/default/files/resources/exam.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ html{
139139

140140
.questionSelector #name {
141141
float:left;
142-
width: 11em;
142+
width: 12em;
143143
}
144144

145145
.questionSelector #marks {
@@ -215,6 +215,7 @@ html{
215215
}
216216
.questionSelector {
217217
display:inline-block;
218+
font-size:0.8em;
218219
}
219220

220221
.questionSelector #feedback {

0 commit comments

Comments
 (0)