Merge branch 'MDL-62454-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Sara Arjona 2019-02-27 08:57:51 +01:00
commit 7afeb1b1d2
2 changed files with 2 additions and 6 deletions

View File

@ -48,8 +48,8 @@ class qtype_numerical_renderer extends qtype_renderer {
'name' => $inputname,
'value' => $currentanswer,
'id' => $inputname,
'size' => 80,
'class' => 'form-control',
'size' => 30,
'class' => 'form-control d-inline',
);
if ($options->readonly) {

View File

@ -3,10 +3,6 @@
display: inline;
}
.que.numerical .answer input[type="text"] {
width: 30%;
}
/*rtl:ignore*/
#page-question-type-numerical input[name="unitpenalty"],
#page-question-type-numerical input[name^="answer"],