##// END OF EJS Templates
Adding readout for Valid widget
Adding readout for Valid widget

File last commit:

r20777:7d8283c1
r20821:6f33f760
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;
}
}