From 475b8fe9ff3f4eee077fd649a1e5aea2568c06b4 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 22 Apr 2009 16:09:57 +0000 Subject: Dragging from the thumbgrid to an album in the tree now works. Refactored the javascript to minimize duplication. --- modules/organize/css/organize.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/organize/css') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index a1dc062a..c29f334f 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -20,8 +20,13 @@ padding: .3em 0; } +.gBranchDroppable { + border: 1px dotted; +} + .gBranchText { cursor: pointer; + width: auto; } .gBranchCollapsed { -- cgit v1.2.3