Merge pull request #3195 from evazion/feat-batch-upload-thumbs

#3194: Display thumbnails on batch upload page
This commit is contained in:
Albert Yi
2017-06-27 13:43:13 -07:00
committed by GitHub
2 changed files with 40 additions and 4 deletions

View File

@@ -47,4 +47,28 @@ div#c-uploads {
display: inline;
}
}
div.upload-preview {
display: inline-block;
> a {
width: 154px;
height: 154px;
margin: 0 10px 10px 0;
display: inline-block;
img {
margin: auto;
border: 2px solid transparent;
max-width: 154px;
max-height: 154px;
}
}
.caption-top {
font-size: 0.8em;
margin-bottom: 0;
}
}
}