Elastic: Move add-folder button to left in "Save to cloud" dialog
This commit is contained in:
parent
05ca896e16
commit
741ba7afbd
1 changed files with 1 additions and 9 deletions
|
@ -46,19 +46,11 @@ a.button.saveas:before {
|
|||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link.options.add-folder {
|
||||
order: 99;
|
||||
order: -1;
|
||||
|
||||
&:before {
|
||||
content: @fa-var-plus;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: @fa-var-plus;
|
||||
|
||||
@media screen and (max-width: @screen-width-xs) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.folderlist {
|
||||
|
|
Loading…
Add table
Reference in a new issue