summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/gallery.css9
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
+}