Skip to content
Snippets Groups Projects
Commit 656fd581 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #2616 from nfebuary/issue/upload-image-preview


Uploaded image preview fix

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 2c398d6e eed2cdc5
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
padding: 5px 10px 5px 20px;
margin: 0;
border-radius: 5px;
height:25px;
}
.rtl .filedrop .files .file {
padding-left: 10px;
......@@ -37,6 +38,10 @@
margin: 0 1em;
color: #999;
}
.filedrop .files .file > span {
padding:4px 0 0 0;
display:block;
}
.filedrop .files .file .upload-rate {
margin: 0 10px;
color: #aaa;
......@@ -53,8 +58,8 @@
.filedrop .preview {
width: auto;
height: auto;
max-width: 60px;
max-height: 40px;
max-width: 100px;
max-height: 25px;
display: inline-block;
float: left;
padding-right: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment