mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-62454-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
7afeb1b1d2
@ -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) {
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user