diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-03-16 23:10:15 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-03-16 23:10:15 -0600 |
commit | 0e9c626684fff0973a8512d5bd50ab7ba3a748ff (patch) | |
tree | 7a3b411740c1dfc000eb94b043b6e66bdf60930d /modules/gallery/css/gallery.css | |
parent | 13f5d3aa33616c650b84f504e11d1117769266d1 (diff) |
Add more padding to the top of the add-photos-canvas to avoid overlap with selected photos.
Diffstat (limited to 'modules/gallery/css/gallery.css')
-rw-r--r-- | modules/gallery/css/gallery.css | 2 |
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; } |