mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
Merge branch 'MDL-72225' of git://github.com/paulholden/moodle
This commit is contained in:
commit
f6fbe3bac8
@ -229,7 +229,7 @@
|
||||
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
.form-group .sr-only:not(legend):not([for="id_category"]) {
|
||||
.form-group .col-form-label.sr-only:not(legend):not([for="id_category"]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
@ -15817,7 +15817,7 @@ a.ygtvspacer:hover {
|
||||
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */ }
|
||||
body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
|
||||
body.path-question-type .form-group .col-form-label.sr-only:not(legend):not([for="id_category"]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
@ -16044,7 +16044,7 @@ a.ygtvspacer:hover {
|
||||
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */ }
|
||||
body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
|
||||
body.path-question-type .form-group .col-form-label.sr-only:not(legend):not([for="id_category"]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user