Merge pull request #7933 from jdfreder/buttonmove
Move dynamic buttons to the left and upload button to the right.
commit
265c1d8a28
@ -1,29 +1,26 @@
|
||||
/* We need an invisible input field on top of the sentense*/
|
||||
/* "Drag file onto the list ..." */
|
||||
|
||||
.alternate_upload
|
||||
{
|
||||
.alternate_upload {
|
||||
background-color:none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.alternate_upload.form
|
||||
{
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
&.form
|
||||
{
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.alternate_upload input.fileinput
|
||||
{
|
||||
display: inline;
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
width: 12ex;
|
||||
margin-right: -12ex;
|
||||
}
|
||||
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;
|
||||
.btn-upload {
|
||||
height: @btn_mini_height;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue