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

git-svn-id: https://develop.svn.wordpress.org/trunk@11445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-24 15:46:09 +00:00
parent 819f3b1046
commit f5fa5294ed
13 changed files with 156 additions and 50 deletions
+11 -1
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;
}