summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-21 10:11:38 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-21 10:11:38 -0700
commita804c115138172634123ebebc9b055d6a26e6189 (patch)
tree455e57b240727d99798229b5ef86cd08e69e4e33
parentd82863421df3e7c8d500ab32c11c556a50691dbd (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.
-rw-r--r--modules/gallery/css/gallery.css9
-rw-r--r--themes/wind/css/screen.css6
2 files changed, 6 insertions, 9 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
+}
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index bc9f3e59..1e55a967 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -319,12 +319,6 @@ td {
background-color: #fff;
}
-/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */
-
-#g-add-photos-button {
- margin-top: 6px !important;
-}
-
/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/