Revisions: Use all the vendor prefixes for box-sizing.
See #24425. git-svn-id: https://develop.svn.wordpress.org/trunk@24673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
60e8683a41
commit
059c800243
@ -3517,6 +3517,9 @@ td.plugin-title p {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-ms-box-sizing: border-box; /* ie8 only */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3527,6 +3530,9 @@ td.plugin-title p {
|
|||||||
z-index: 10002;
|
z-index: 10002;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 0 0 1px;
|
border-width: 0 0 0 1px;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-ms-box-sizing: border-box; /* ie8 only */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user