##// END OF EJS Templates
remove stale exclusions revealed by warning
remove stale exclusions revealed by warning

File last commit:

r7106:21b1b8d3
r7122:10a53333
Show More
alternateuploadform.css
23 lines | 364 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: 447px;
}