mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-39806 theme_bootstrapbase: Fix for coursesearchbox label alignment.
This commit is contained in:
parent
73f560c7b2
commit
7eff2edc96
2 changed files with 17057 additions and 2 deletions
|
@ -347,3 +347,7 @@ input[type="checkbox"] {
|
||||||
div#dateselector-calendar-panel {
|
div#dateselector-calendar-panel {
|
||||||
z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */
|
z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset.coursesearchbox label {
|
||||||
|
display: inline;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue