Skip to content

Commit

Permalink
Logical order
Browse files Browse the repository at this point in the history
  • Loading branch information
Luuk de Vlieger authored and Luuk de Vlieger committed May 12, 2016
1 parent b1c6b61 commit 374e6a3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/components/gfs-file-upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,23 @@
@media(min-width: $breakpoint) {
margin-left: $label-width;
}

img {
cursor: pointer;
display: inline-block;
margin-right: 2px;
vertical-align: middle;
}
}

// Don't indent previews when they are already in the container
// Don't indent file previews when they are already in the container
.ginput_container .ginput_preview {
@media(min-width: $breakpoint) {
margin-left: 0;
}
}

// Remove file icon
.ginput_preview img {
cursor: pointer;
display: inline-block;
margin-right: 2px;
vertical-align: middle;
}

// Hide buggy shim which is causing scrollbars in some cases
.moxie-shim {
display: none;
Expand Down

0 comments on commit 374e6a3

Please sign in to comment.