Merge pull request #11524 from nextcloud/fix/11315/filepicker-buttons-nc13
[13] Fixes the move/copy picker buttons
This commit is contained in:
commit
f9c14af9c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue