##// END OF EJS Templates
keep only basic changes...
keep only basic changes Kept changes: - fewer, shorter menu items (too cryptic?), with icons. - main checkbox does not open menu, but selects all/none. - total selection count next to main checkbox (unsure if this is to be kept. It does address #7628). Removed changes: - sticky menu. - checkboxes and counters in menu.

File last commit:

r19703:6879cac4
r20396:cf8a34e8
Show More
altuploadform.less
29 lines | 469 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
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.alternate_upload .input-overlay {
display: inline-block;
font-weight: bold;
line-height:1em;
}