Skip to content

Commit

Permalink
Add more padding to the top of the add-photos-canvas to avoid overlap…
Browse files Browse the repository at this point in the history
… with selected photos.
  • Loading branch information
ckieffer committed Mar 17, 2010
1 parent 13f5d3a commit 0e9c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/css/gallery.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0e9c626

Please sign in to comment.