##// END OF EJS Templates
Merge pull request #3574 from Carreau/correct-mode...
Merge pull request #3574 from Carreau/correct-mode correct static path for CM modes autoload This should also allow to require CM-python mode for ipython mode and only pass a config options instead of copy-past of all file.

File last commit:

r11033:fa36e98f
r11237:29f070a1 merge
Show More
altuploadform.less
25 lines | 408 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;
}