##// END OF EJS Templates
Merge pull request #8550 from SylvainCorlay/Backport_ipython_ipywidets#22...
Merge pull request #8550 from SylvainCorlay/Backport_ipython_ipywidets#22 Backport ipython/ipywidgets#22

File last commit:

r20875:8a947555
r21466:ded6199b 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;
}
}