Append the widget's title to the header, adjust sidebar height after changing widgets, see #9511

git-svn-id: https://develop.svn.wordpress.org/trunk@11246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-10 00:49:48 +00:00
parent 8d6cb67233
commit f6a357da51
8 changed files with 85 additions and 24 deletions

View File

@@ -1633,3 +1633,7 @@ div.widgets-sortables,
#widgets-right .sidebar-name-arrow {
background: transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;
}
h4 .in-widget-title {
color: #636363;
}

View File

@@ -1622,3 +1622,7 @@ div.widgets-sortables,
#widgets-right .sidebar-name-arrow {
background: transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;
}
h4 .in-widget-title {
color: #636363;
}

View File

@@ -372,3 +372,20 @@ table.ie-fixed {
right: -2px;
}
* html .widget-title h4 {
width: 210px;
}
#available-widgets .widget-holder {
padding-bottom: 65px;
}
#widgets-left .inactive {
padding-bottom: 10px;
}
.widget-liquid-right .widget,
#wp_inactive_widgets .widget {
position: relative;
}

View File

@@ -31,7 +31,7 @@ div.widget-liquid-right {
#wp_inactive_widgets .widget {
width: 250px;
margin: 0 auto 20px;
position: relative;
overflow: hidden;
}
#wp_inactive_widgets .widget {
@@ -43,6 +43,7 @@ div.sidebar-name h3 {
margin: 0;
padding: 5px 12px;
font-size: 13px;
height: 19px;
}
div.sidebar-name {
@@ -157,11 +158,12 @@ ul#widget-list {
.widget .widget-top {
font-size: 12px;
font-weight: bold;
line-height: 1;
height: 26px;
overflow: hidden;
}
.widget-top .widget-title {
padding: 7px 9px;
padding: 5px 9px;
}
.widget-top .widget-title-action {
@@ -205,7 +207,9 @@ a.widget-action {
.widget-title h4 {
margin: 0;
line-height: 1;
line-height: 1.3;
overflow: hidden;
white-space: nowrap;
}
.widgets-sortables {
@@ -291,3 +295,8 @@ a.widget-control-edit {
height: 29px;
width: 26px;
}
h4 .in-widget-title {
font-size: 11px;
white-space: nowrap;
}