mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-81213-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
39399efaf8
4 changed files with 23 additions and 21 deletions
|
@ -2461,11 +2461,6 @@ input[disabled] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-select {
|
|
||||||
width: auto;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fade.in {
|
.fade.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mform .d-flex {
|
.mform .d-flex {
|
||||||
.form-control,
|
// Override the default bootstrap form-control width.
|
||||||
.custom-select {
|
.form-control {
|
||||||
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
textarea.form-control {
|
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 {
|
#jump-to-activity.custom-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25352,11 +25352,6 @@ input[disabled] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-select {
|
|
||||||
width: auto;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fade.in {
|
.fade.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -32851,8 +32846,8 @@ body.path-question-type .mform fieldset.hidden {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mform .d-flex .form-control,
|
.mform .d-flex .form-control {
|
||||||
.mform .d-flex .custom-select {
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.mform .d-flex textarea.form-control {
|
.mform .d-flex textarea.form-control {
|
||||||
|
@ -32867,6 +32862,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-select {
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#jump-to-activity.custom-select {
|
#jump-to-activity.custom-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25352,11 +25352,6 @@ input[disabled] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-select {
|
|
||||||
width: auto;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fade.in {
|
.fade.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -32851,8 +32846,8 @@ body.path-question-type .mform fieldset.hidden {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mform .d-flex .form-control,
|
.mform .d-flex .form-control {
|
||||||
.mform .d-flex .custom-select {
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.mform .d-flex textarea.form-control {
|
.mform .d-flex textarea.form-control {
|
||||||
|
@ -32867,6 +32862,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-select {
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#jump-to-activity.custom-select {
|
#jump-to-activity.custom-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue