Skip to content

Commit 28911eb

Browse files
committed
Dashboard: make columns equal size
git-svn-id: https://develop.svn.wordpress.org/trunk@9380 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 713a155 commit 28911eb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

wp-admin/css/dashboard.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ form p.field-tip {
6060
min-width: 0;
6161
}
6262

63+
#dashboard-widgets-wrap .has-sidebar {
64+
margin-right: -51%;
65+
}
66+
67+
#dashboard-widgets-wrap .inner-sidebar {
68+
width: 49%;
69+
}
70+
71+
#dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
72+
margin-right: 51%;
73+
}
74+
6375
div.postbox div.inside {
6476
margin: 0 10px 10px;
6577
position: relative;

0 commit comments

Comments
 (0)