From f1f9fd45a9be5bd11e53d5b66fb680944a016767 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 12 Dec 2013 08:50:53 +0000 Subject: [PATCH] give upload fixed width in px as ex seems to differ between windows and mac --- filemanager/templates/default/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index 91c182d9e8..62ea030138 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -49,6 +49,9 @@ div.filemanager_navigation > label { div.filemanager_navigation > label > input { width: 100%; } +input#filemanager-index_upload { + width: 315px; +} /** * Select file dialog