Elastic: Move add-folder button to left in "Save to cloud" dialog

This commit is contained in:
Aleksander Machniak 2018-05-03 08:21:07 +00:00
parent 05ca896e16
commit 741ba7afbd

View file

@ -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 {