mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix upload button in vfsSelect dialog sometimes being covered by search box
This commit is contained in:
parent
ecca3dc79c
commit
b23e10a967
@ -3872,6 +3872,11 @@ div.eml div.emlDelete:hover, div.eml div.emlEdit:hover {
|
||||
.vfs-select-container div.et2_file {
|
||||
width: 86px;
|
||||
}
|
||||
.vfs-select-container div.et2_file et2-button.et2_file_span.et2_file_ro {
|
||||
min-width: initial;
|
||||
max-width: -webkit-fill-available;
|
||||
max-width: -moz-available;
|
||||
}
|
||||
|
||||
.vfs-select-container div.et2_file .progress {
|
||||
width: 252px;
|
||||
|
Loading…
Reference in New Issue
Block a user