Twenty Thirteen: move IE-specific properties out of main stylesheet. Props obenland, see #23507.

git-svn-id: https://develop.svn.wordpress.org/trunk@23611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-04 22:51:27 +00:00
parent 053ff74b93
commit 8142dd4466
2 changed files with 31 additions and 8 deletions

View File

@ -143,6 +143,37 @@ img.alignleft {
}
/* Internet Explorer 7 */
.ie7 audio,
.ie7 canvas,
.ie7 video {
display: inline;
zoom: 1;
}
.ie7 legend {
margin-left: -7px;
}
.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
vertical-align: middle;
}
.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
overflow: visible;
}
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
height: 13px;
width: 13px;
}
.ie7 .assistive-text,
.ie7 .site .screen-reader-text {
clip: rect(1px 1px 1px 1px); /* IE7 */

View File

@ -81,8 +81,6 @@ audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
@ -215,7 +213,6 @@ kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: "Courier New", monospace;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
@ -353,7 +350,6 @@ legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px;
}
button,
@ -364,7 +360,6 @@ textarea {
margin: 0;
max-width: 100%;
vertical-align: baseline;
*vertical-align: middle;
}
button,
@ -378,7 +373,6 @@ input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
*overflow: visible;
}
button[disabled],
@ -389,8 +383,6 @@ input[disabled] {
input[type="checkbox"],
input[type="radio"] {
padding: 0;
*height: 13px;
*width: 13px;
}
input[type="search"] {