Merge pull request #11524 from nextcloud/fix/11315/filepicker-buttons-nc13

[13] Fixes the move/copy picker buttons
This commit is contained in:
Roeland Jago Douma 2018-10-02 08:07:20 +02:00 committed by GitHub
commit f9c14af9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

View File

@ -168,12 +168,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 {
float:left;
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cancel {
float:left;
}
}
.highlightUploaded {