summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-03-16 23:10:15 -0600
committerChad Kieffer <ckieffer@gmail.com>2010-03-16 23:10:15 -0600
commit0e9c626684fff0973a8512d5bd50ab7ba3a748ff (patch)
tree7a3b411740c1dfc000eb94b043b6e66bdf60930d /modules
parent13f5d3aa33616c650b84f504e11d1117769266d1 (diff)
Add more padding to the top of the add-photos-canvas to avoid overlap with selected photos.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/css/gallery.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index ed9986bf..c2fb97e8 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -22,7 +22,7 @@
border: 1px solid #ccc;
height: 200px;
margin: .5em 0;
- padding: 1.8em 0 0 0;
+ padding: 2.8em 0 0 0;
overflow: auto;
position: relative;
}