Fix buttons wrapping on long folder names
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
86d5bfd81d
commit
c2a956f55e
1 changed files with 11 additions and 3 deletions
|
@ -172,12 +172,20 @@
|
||||||
.oc-dialog .fileexists #allfiles + span{
|
.oc-dialog .fileexists #allfiles + span{
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oc-dialog .oc-dialog-buttonrow {
|
.oc-dialog .oc-dialog-buttonrow {
|
||||||
width:100%;
|
width:100%;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
|
||||||
.oc-dialog .oc-dialog-buttonrow .cancel {
|
button {
|
||||||
float:left;
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cancel {
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlightUploaded {
|
.highlightUploaded {
|
||||||
|
|
Loading…
Reference in a new issue