Widgets page, first run, see #9511

git-svn-id: http://svn.automattic.com/wordpress/trunk@10912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-11 14:37:24 +00:00
parent 7c460ad4d3
commit 123d7ee968
15 changed files with 688 additions and 832 deletions

View File

@@ -188,11 +188,6 @@ input {
line-height: 20px;
}
#the-comment-list .comment-item,
ul#widget-list li.widget-list-item {
zoom: 100%;
}
#wphead-info {
float: right;
}
@@ -207,7 +202,7 @@ a.button {
padding: 4px 6px;
}
* html div.widget-liquid-left-holder,
* html div.widget-liquid-left,
* html div.widget-liquid-right {
display: block;
position: relative;
@@ -227,6 +222,7 @@ a.button {
zoom: 100%;
}
#the-comment-list .comment-item,
#post-status-info,
#wpwrap,
#wpcontent,
@@ -239,11 +235,13 @@ a.button {
#post-body,
#editorcontainer,
.tablenav,
.widget-control-list,
li.widget-list-control-item,
.widget-liquid-left,
.widget-liquid-right,
#widgets-left,
.widgets-sortables,
#dragHelper,
li.widget-list-control-item h4,
.widget-sortable,
.widget .widget-top,
.widget,
.widget-control-actions,
.tagchecklist,
#col-container,
@@ -353,3 +351,23 @@ table.ie-fixed {
* html .feature-filter .feature-group li {
width: 145px;
}
* html .widget-top .widget-title-action a {
background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;
}
* html .widget {
border-color: #dfdfdf;
}
* html div.widget-liquid-left {
width: 99%;
}
#wp_inactive_widgets {
padding-bottom: 8px;
}
* html .widgets-sortables {
height: 50px;
}