mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #11525 from nextcloud/fix/11315/filepicker-buttons-nc14
[14] Fixes the move/copy picker buttons
This commit is contained in:
commit
086171918f
1 changed files with 13 additions and 3 deletions
|
|
@ -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 {
|
||||
float:left;
|
||||
|
||||
button {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.cancel {
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
|
||||
.highlightUploaded {
|
||||
|
|
|
|||
Loading…
Reference in a new issue