From 2c2839c13b07ffaa5423d2affd314855e818ba11 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 7 May 2009 17:39:34 +0000 Subject: Create a thumbnail stack of selected thumbnails for the organize drawer --- modules/organize/css/organize.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'modules/organize/css') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 42534ec6..765ef169 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -212,12 +212,19 @@ } #gOrganizeFormThumbs { - padding: .5em; - height: 7em; overflow: hidden; + min-height: 150px; } #gOrganizeFormThumbs div { margin: 0; text-align: center; + background: transparent none repeat scroll 0 0; +} + +#gOrganizeFormThumbs .gMicroThumbContainer { + display: block; + float: left; + opacity: 1; + position: absolute; } -- cgit v1.2.3