altuploadform.less
29 lines
| 469 B
| text/x-less
|
LessCssLexer
Matthias BUSSONNIER
|
r6838 | /* 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 | ||||
{ | ||||
Min RK
|
r19269 | display: inline; | ||
Matthias BUSSONNIER
|
r6838 | opacity: 0; | ||
z-index: 2; | ||||
Min RK
|
r19269 | width: 12ex; | ||
margin-right: -12ex; | ||||
} | ||||
.alternate_upload .input-overlay { | ||||
display: inline-block; | ||||
font-weight: bold; | ||||
Matthias Bussonnier
|
r19703 | line-height:1em; | ||
Matthias BUSSONNIER
|
r6838 | } | ||