summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_sidebar.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-07 00:21:23 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-07 00:21:23 -0600
commit859f8dc558555cee4c106099c1a44aa6866aaa0f (patch)
tree169302fd8f16b791584ca2f35497aed4d653e014 /modules/gallery/views/admin_sidebar.html.php
parent0c7e4581c9f89aa462d951fae46f137f5a3566c0 (diff)
Consolidated the rest of the base message styles into lib/gallery.common.css and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
Diffstat (limited to 'modules/gallery/views/admin_sidebar.html.php')
-rw-r--r--modules/gallery/views/admin_sidebar.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php
index 3137a2a6..b4f339ae 100644
--- a/modules/gallery/views/admin_sidebar.html.php
+++ b/modules/gallery/views/admin_sidebar.html.php
@@ -4,7 +4,7 @@
$(".g-admin-blocks-list ul").sortable({
connectWith: ".g-sortable-blocks",
opacity: .7,
- placeholder: "ui-state-highlight",
+ placeholder: "g-target",
update: function(event,ui) {
if ($(this).attr("id") == "g-active-blocks") {
var active_blocks = "";
@@ -18,7 +18,7 @@
}
});
}
- },
+ }
}).disableSelection();
});
</script>