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

Built from https://develop.svn.wordpress.org/trunk@26432


git-svn-id: http://core.svn.wordpress.org/trunk@26330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-11-27 17:45:09 +00:00
parent e5b13dfdf3
commit f752cc6658
4 changed files with 14 additions and 4 deletions

View File

@ -10130,7 +10130,7 @@ div.widget-liquid-left {
div.widget-liquid-right {
float: left;
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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long