You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
469 B
30 lines
469 B
/* 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;
|
|
}
|