mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32917 calendar: Fix centering of calendar heading on IE10
This commit is contained in:
parent
a43be9d8f2
commit
b6c56044f6
4 changed files with 11 additions and 3 deletions
|
@ -2120,3 +2120,8 @@ body.lockscroll {
|
|||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* IE10 only fix for calendar titling */
|
||||
.ie10 .yui3-calendar-header-label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -2254,3 +2254,8 @@ body.lockscroll {
|
|||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* IE10 only fix for calendar titling */
|
||||
.ie10 .yui3-calendar-header-label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -6,5 +6,3 @@ th,
|
|||
td {
|
||||
border: 0 solid #fff;
|
||||
}
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue