Widgets: prevent the sidebars from getting too wide, add a little more space between Available Widgets and the sidebars, props shaunandrews, see #25821.

git-svn-id: https://develop.svn.wordpress.org/trunk@26432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-11-27 17:44:26 +00:00
parent be669106d5
commit 33abd3765e
1 changed files with 6 additions and 1 deletions

View File

@ -10130,7 +10130,7 @@ div.widget-liquid-left {
div.widget-liquid-right {
float: right;
width: 60%;
width: 58%;
}
/* Widgets Left - Available Widgets */
@ -10232,6 +10232,11 @@ div#widgets-right:after {
visibility: hidden;
}
div#widgets-right .sidebars-column-1,
div#widgets-right .sidebars-column-2 {
max-width: 450px;
}
div#widgets-right .widgets-holder-wrap {
margin: 10px 0 0 0;
}