diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-05-02 03:08:30 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-05-02 03:08:30 +0000 |
| commit | a12ed1de02555fd8bf00f695f8e19d23949836c3 (patch) | |
| tree | b404cfc3aac8f88f1e478dac823daed6ec66b5e5 /modules/organize/css | |
| parent | 71cac8bf151eb6ed9ae9a4a33b9acc4e882f4164 (diff) | |
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.
Diffstat (limited to 'modules/organize/css')
| -rw-r--r-- | modules/organize/css/organize.css | 17 |
1 files changed, 10 insertions, 7 deletions
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; } |
