##// END OF EJS Templates
Merge pull request #7933 from jdfreder/buttonmove...
Merge pull request #7933 from jdfreder/buttonmove Move dynamic buttons to the left and upload button to the right.

File last commit:

r20777:7d8283c1
r20783:cddc3d62 merge
Show More
altuploadform.less
26 lines | 437 B | text/x-less | LessCssLexer
/* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload {
background-color:none;
display: inline;
&.form
{
padding: 0;
margin:0;
}
input.fileinput
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.btn-upload {
height: @btn_mini_height;
}
}