mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-81213-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
39399efaf8
@ -2461,11 +2461,6 @@ input[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -23,8 +23,9 @@
|
||||
}
|
||||
|
||||
.mform .d-flex {
|
||||
.form-control,
|
||||
.custom-select {
|
||||
// Override the default bootstrap form-control width.
|
||||
.form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
textarea.form-control {
|
||||
@ -40,6 +41,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Override the default bootstrap custom-select width.
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -25352,11 +25352,6 @@ input[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -32851,8 +32846,8 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex .form-control,
|
||||
.mform .d-flex .custom-select {
|
||||
.mform .d-flex .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.mform .d-flex textarea.form-control {
|
||||
@ -32867,6 +32862,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -25352,11 +25352,6 @@ input[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -32851,8 +32846,8 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex .form-control,
|
||||
.mform .d-flex .custom-select {
|
||||
.mform .d-flex .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.mform .d-flex textarea.form-control {
|
||||
@ -32867,6 +32862,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user