##// END OF EJS Templates
Revert "Add Javascript to display priority of base nbconvert class."...
Revert "Add Javascript to display priority of base nbconvert class." This reverts commit 695b844ebc8f3d7c69e4d81335b2ad0b7ebb96f6.

File last commit:

r15077:cc0d4ae5
r15546:0bb09cf4
Show More
altuploadform.less
26 lines | 426 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
{
background-color:red;
position:relative;
opacity: 0;
z-index: 2;
width: 295px;
margin-left:163px;
cursor: pointer;
height: 26px;
}