summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-20 17:43:22 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-20 17:43:22 -0700
commite468ed7bd3f1e29b267e3902ef9c91273787d58f (patch)
tree9fa936b41247cc0f0e271040553cda3c4cdb1f72
parent48af5e6b5039839f93345bef92e1acf7952c50a1 (diff)
Add a margin above the "Select photos..." button.
-rw-r--r--themes/wind/css/screen.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 1e55a967..bc9f3e59 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -319,6 +319,12 @@ td {
background-color: #fff;
}
+/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+#g-add-photos-button {
+ margin-top: 6px !important;
+}
+
/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/