##// END OF EJS Templates
Add test for custom exception hook.
Add test for custom exception hook.

File last commit:

r7106:21b1b8d3
r7110:67f2d225
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;
}