From: Bagera Date: Tue, 13 May 2014 18:02:22 +0000 (+0200) Subject: fixes #7949 X-Git-Tag: v7.0.0alpha2~262^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5757d02b768585ad3301523d49c7e3fa7ba8b02f;p=nextcloud-server.git fixes #7949 Sets height to form to avoid resizing when filename link is not shown --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2aae73f8bd0..6c7dd33c4e7 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -243,7 +243,7 @@ table td.filename .nametext { max-width: 800px; } table td.filename .uploadtext { font-weight:normal; margin-left:8px; } -table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; } +table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; height: 50px; } .ie8 input[type="checkbox"]{ padding: 0;