##// END OF EJS Templates
Merge pull request #2200 from bfroehle/use_alias_magic...
Merge pull request #2200 from bfroehle/use_alias_magic documentation build broken in bb429da5b Sphinx breaks if a class's `__doc__` attribute is a property, so just set it as an instance variable in `MagicAlias.__init__` instead.

File last commit:

r7116:d4ab485a
r8050:6c82a457 merge
Show More
alternateuploadform.css
25 lines | 408 B | text/css | CssLexer
/* 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;
}