summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*********************************************************************/