From 0e9c626684fff0973a8512d5bd50ab7ba3a748ff Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 16 Mar 2010 23:10:15 -0600 Subject: [PATCH] Add more padding to the top of the add-photos-canvas to avoid overlap with selected photos. --- modules/gallery/css/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index ed9986bf19..c2fb97e834 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; }