diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-22 16:09:57 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-22 16:09:57 +0000 |
commit | 475b8fe9ff3f4eee077fd649a1e5aea2568c06b4 (patch) | |
tree | a892d62e17c451db626d031e43753be71b364764 /modules/organize/css | |
parent | f9ec5d6de466b6a7c9eb4766ca228aff754284f5 (diff) |
Dragging from the thumbgrid to an album in the tree now works.
Refactored the javascript to minimize duplication.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |