diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-05 22:15:13 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-05 22:15:13 -0800 |
commit | e6b3886f8f6a3a526876a80470420501bdb25612 (patch) | |
tree | f306c0f40ff0c93082d802437e417163cdddb9fa /modules/organize/css | |
parent | 986374300191892ae5672ea545977831d7a0b807 (diff) |
Functional improvements:
- Add support for dragging a selection box.
Visual improvements;
- The "ghost" selection now has minimized thumbnails so that
you're dragging a smaller div around the screen.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 6b034fc2..c14faf8c 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -42,6 +42,18 @@ visibility: visible; } +.g-organize div.drag-ghost { + width: 300px; + height: 180px; +} + +.g-organize div.drag-ghost div { + width: 72px; + height: 72px; + vertical-align: baseline; + float: left; +} + .g-organize div.drop-target { background: #eee; } |