mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-84008 qtype_calculated: glue formula, tolerance, display, feedback.
This commit is contained in:
parent
23437ff6bb
commit
d805159525
@ -71,3 +71,12 @@ body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=feedback_] {
|
||||
border: 1px solid #bbb;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/* stylelint-disable declaration-no-important */
|
||||
|
||||
div[id^="fgroup_id_answeroptions_"].mb-3,
|
||||
div[id^="fgroup_id_answertolerance_"].mb-3,
|
||||
div[id^="fgroup_id_answerdisplay_"].mb-3 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
/* stylelint-enable declaration-no-important */
|
||||
|
Loading…
x
Reference in New Issue
Block a user