Dashboard columns:

* Improve responsive breakpoints for.
* Remove obsolete network admin option.
* Remove unnecessary JS.

props SergeyBiryukov, kraftbj, lessbloat. fixes #26074.


git-svn-id: https://develop.svn.wordpress.org/trunk@26392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2013-11-26 05:08:37 +00:00
parent 90b6c4006a
commit 88bd8b4d87
4 changed files with 4 additions and 34 deletions

View File

@@ -2440,7 +2440,7 @@ html.wp-toolbar {
}
/* two columns on the dash, but keep the setting if one is selected */
@media only screen and (min-width: 800px) and (max-width: 1399px) {
@media only screen and (min-width: 800px) and (max-width: 1499px) {
#wpbody-content #dashboard-widgets .postbox-container {
width: 49.5%;
}
@@ -2482,7 +2482,7 @@ html.wp-toolbar {
}
/* three columns on the dash */
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
#wpbody-content #dashboard-widgets .postbox-container {
width: 33.5%;
}