Delete widgets when dragged back to Available Widgets, add ui.droppable.js and ui.selectable.js, see #9511

git-svn-id: http://svn.automattic.com/wordpress/trunk@11445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-05-24 15:46:09 +00:00
parent 552056c681
commit 13c7249671
13 changed files with 156 additions and 50 deletions

View File

@@ -44,6 +44,8 @@ div.sidebar-name h3 {
padding: 5px 12px;
font-size: 13px;
height: 19px;
overflow: hidden;
white-space: nowrap;
}
div.sidebar-name {
@@ -296,7 +298,15 @@ a.widget-control-edit {
width: 26px;
}
h4 .in-widget-title {
.widget-title .in-widget-title {
font-size: 11px;
white-space: nowrap;
}
#removing-widget {
display: none;
font-weight: normal;
padding-left: 15px;
font-size: 12px;
}