MDL-39806 theme_bootstrapbase: Fix for coursesearchbox label alignment.

This commit is contained in:
Mary Evans 2013-05-25 16:47:52 +01:00
parent 73f560c7b2
commit 7eff2edc96
2 changed files with 17057 additions and 2 deletions

View file

@ -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