diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-21 20:09:09 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-22 11:45:09 -0600 |
commit | 0fc0bcf6b3535f7e32f8fd4e5618a3707193acf5 (patch) | |
tree | 5e5db3f5609ef4c1984c1b6808f4143b0484a997 /apps/files/css | |
parent | 3d86275f1efedcd174ef7226324754350556957b (diff) | |
download | nextcloud-server-0fc0bcf6b3535f7e32f8fd4e5618a3707193acf5.tar.gz nextcloud-server-0fc0bcf6b3535f7e32f8fd4e5618a3707193acf5.zip |
Popover newFolder input fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3677db97b1a..05b8e58cbe4 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 { |