From e6b3886f8f6a3a526876a80470420501bdb25612 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Jan 2011 22:15:13 -0800 Subject: 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. --- modules/organize/css/organize.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/organize/css') 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; } -- cgit v1.2.3