mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-18 21:05:01 -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:
@@ -16,7 +16,7 @@
|
||||
cursor: "move",
|
||||
handle: $(".ui-widget-header"),
|
||||
opacity: 0.6,
|
||||
placeholder: "g-drop-target",
|
||||
placeholder: "g-target",
|
||||
stop: update_blocks
|
||||
});
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
cursor: "move",
|
||||
handle: $(".ui-widget-header"),
|
||||
opacity: 0.6,
|
||||
placeholder: "g-drop-target",
|
||||
placeholder: "g-target",
|
||||
stop: update_blocks
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user