MDL-32917 calendar: Fix centering of calendar heading on IE10

This commit is contained in:
Andrew Nicols 2014-08-07 09:31:45 +08:00
parent a43be9d8f2
commit b6c56044f6
4 changed files with 11 additions and 3 deletions

View file

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

View file

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

View file

@ -6,5 +6,3 @@ th,
td {
border: 0 solid #fff;
}

File diff suppressed because one or more lines are too long