##// END OF EJS Templates
[pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic
[pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic

File last commit:

r19269:c2b5bb71
r19335:a77b3d1a
Show More
altuploadform.less
28 lines | 448 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;
}
.alternate_upload.form
{
padding: 0;
margin:0;
}
.alternate_upload input.fileinput
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
}