From 50d254656b5b581a8d7541e87ad3b394c8f7f566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sat, 21 Jan 2017 20:09:09 +0100 Subject: [PATCH] Popover newFolder input fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3677db97b1ab6..05b8e58cbe45a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -771,7 +771,7 @@ html.ie8 #controls .button.new { font-weight: 300; top: 100%; margin-top: 4px; - width: 120px; + min-width: 100px; margin-left: 7px; z-index: 1001; } @@ -781,9 +781,7 @@ html.ie8 #controls .button.new { } .newFileMenu .filenameform input { - width: 100%; - box-sizing: border-box; - margin: -2px 0; + margin: 2px 0; } #fileList .popovermenu .action {