Merge pull request #11525 from nextcloud/fix/11315/filepicker-buttons-nc14

[14] Fixes the move/copy picker buttons
This commit is contained in:
John Molakvoæ 2018-10-02 07:10:44 +02:00 committed by GitHub
commit 086171918f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

View File

@ -172,12 +172,22 @@
.oc-dialog .fileexists #allfiles + span{
vertical-align: bottom;
}
.oc-dialog .oc-dialog-buttonrow {
display: flex;
justify-content: flex-end;
width:100%;
text-align:right;
}
.oc-dialog .oc-dialog-buttonrow .cancel {
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cancel {
float:left;
}
}
.highlightUploaded {