From a12ed1de02555fd8bf00f695f8e19d23949836c3 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 2 May 2009 03:08:30 +0000 Subject: Move the drawer to the bottom of the page and compress the thumb grid when the drawer opens. This way the drawer is never scrolled. --- modules/organize/css/organize.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'modules/organize/css') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index baa16d5c..8c36bcdc 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -147,8 +147,8 @@ */ #gOrganizeEditDrawer { background-color: #13A; - float: left; - margin: 0 5% 10px; + //float: left; + //margin: 0 5% 10px; width: 90%; } @@ -156,15 +156,18 @@ background-color: #fff; border: 1px solid #13A; display: none; - min-height: 150px; +} + +#gOrganizeEditDrawerHandle { + height: 30px; } #gOrganizeEditHandleLeft { background-image: url(organize_edit_drawer.png); - background-color: #CFDEFF; + background-color: #FFF; float: left; height: 30px; - margin: 2px 0 0; + //margin: 2px 0 0; width: 15px; } @@ -191,12 +194,12 @@ } #gOrganizeEditHandleRight { - background-color: #CFDEFF; + background-color: #FFF; background-image: url(organize_edit_drawer.png); background-position: -15px 0; float: right; height: 30px; - margin: 2px 0 0; + //margin: 2px 0 0; width: 15px; } -- cgit v1.2.3