diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-21 10:11:38 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-21 10:11:38 -0700 |
commit | a804c115138172634123ebebc9b055d6a26e6189 (patch) | |
tree | 455e57b240727d99798229b5ef86cd08e69e4e33 /modules | |
parent | d82863421df3e7c8d500ab32c11c556a50691dbd (diff) |
1) revert e468ed7bd3f1e29b267e3902ef9c91273787d58f
2) Add the padding to both the button and flash object so they always line up
3) Add some top padding to the uploadifyQueue panel to seprate it from the button.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/css/gallery.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index e2ad7458..282ebec2 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -30,7 +30,7 @@ #g-add-photos-canvas object, #g-add-photos-button { left: 137px; - margin: 0 0 .5em 0; + margin: .5em 0; padding: .4em 1em; position: absolute; top: 0; @@ -38,10 +38,13 @@ } #g-add-photos-canvas object { - margin: 0; z-index: 100; } +#g-add-photos-canvas .uploadifyQueue { + margin-top: .5em; +} + #g-add-photos-canvas .uploadifyQueueItem { margin: 0; } @@ -204,4 +207,4 @@ .rtl #g-translations ol { margin: 0 2em 1em 0; -}
\ No newline at end of file +} |