mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
give upload fixed width in px as ex seems to differ between windows and mac
This commit is contained in:
parent
c8d6dc3c13
commit
f1f9fd45a9
@ -49,6 +49,9 @@ div.filemanager_navigation > label {
|
|||||||
div.filemanager_navigation > label > input {
|
div.filemanager_navigation > label > input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
input#filemanager-index_upload {
|
||||||
|
width: 315px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select file dialog
|
* Select file dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user