Dashboard: set two columns as default for IE8 (as it doesn't support @media rules), see #25824.

git-svn-id: https://develop.svn.wordpress.org/trunk@26784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-12-07 18:42:06 +00:00
parent 8a4ee4e5dd
commit a3eccc31e3

View File

@ -2398,6 +2398,24 @@ html.wp-toolbar {
min-height: 0;
}
.ie8 #wpbody-content #dashboard-widgets .postbox-container {
width: 49.5%;
}
.ie8 #wpbody-content #dashboard-widgets #postbox-container-2,
.ie8 #wpbody-content #dashboard-widgets #postbox-container-3,
.ie8 #wpbody-content #dashboard-widgets #postbox-container-4 {
float: right;
width: 50.5%;
}
.ie8 #dashboard-widgets #postbox-container-3 .empty-container,
.ie8 #dashboard-widgets #postbox-container-4 .empty-container {
border: 0 none;
height: 0;
min-height: 0;
}
#poststuff {
padding-top: 10px;
min-width: 763px;