mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user