mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-47097 theme: Fixed issue with dd's sliding up
This commit is contained in:
parent
1446e02f69
commit
ff1f2dc58c
2 changed files with 10 additions and 1 deletions
|
@ -2251,3 +2251,12 @@ body.lockscroll {
|
||||||
.ie10 .yui3-calendar-header-label {
|
.ie10 .yui3-calendar-header-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd:before,
|
||||||
|
dd:after {
|
||||||
|
display: block;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
dd:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue