Skip to content

Commit

Permalink
FIX: Fixed margins so that margin is displayed between preview images…
Browse files Browse the repository at this point in the history
… and their title.

Previously the margin was erroneously only shown for a drop zone.  It's possible that this bug only affects single-image uploads.
  • Loading branch information
Sam Minnee authored and chillu committed Jan 11, 2013
1 parent 5b450f7 commit f8758ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/UploadField.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/UploadField.scss
Expand Up @@ -47,11 +47,11 @@
border: 2px dashed $color-medium-separator;
background: $color-light-separator;
display: none;
margin-right: 15px;
}
}
.ss-uploadfield-item-info {
float: left;
margin-left: 15px;

.ss-uploadfield-item-name {
display: block;
Expand Down

0 comments on commit f8758ba

Please sign in to comment.