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:
parent
053ff74b93
commit
8142dd4466
@ -143,6 +143,37 @@ img.alignleft {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Internet Explorer 7 */
|
/* 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 .assistive-text,
|
||||||
.ie7 .site .screen-reader-text {
|
.ie7 .site .screen-reader-text {
|
||||||
clip: rect(1px 1px 1px 1px); /* IE7 */
|
clip: rect(1px 1px 1px 1px); /* IE7 */
|
||||||
|
@ -81,8 +81,6 @@ audio,
|
|||||||
canvas,
|
canvas,
|
||||||
video {
|
video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
*display: inline;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
audio:not([controls]) {
|
audio:not([controls]) {
|
||||||
@ -215,7 +213,6 @@ kbd,
|
|||||||
pre,
|
pre,
|
||||||
samp {
|
samp {
|
||||||
font-family: monospace, serif;
|
font-family: monospace, serif;
|
||||||
_font-family: "Courier New", monospace;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
-moz-hyphens: none;
|
-moz-hyphens: none;
|
||||||
@ -353,7 +350,6 @@ legend {
|
|||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
*margin-left: -7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
@ -364,7 +360,6 @@ textarea {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
*vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
@ -378,7 +373,6 @@ input[type="reset"],
|
|||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
*overflow: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button[disabled],
|
button[disabled],
|
||||||
@ -389,8 +383,6 @@ input[disabled] {
|
|||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
*height: 13px;
|
|
||||||
*width: 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user