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.

This commit is contained in:
Chad Kieffer
2009-10-07 00:21:23 -06:00
parent 0c7e4581c9
commit 859f8dc558
12 changed files with 174 additions and 302 deletions
+2 -2
View File
@@ -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>