From 5757d02b768585ad3301523d49c7e3fa7ba8b02f Mon Sep 17 00:00:00 2001 From: Bagera Date: Tue, 13 May 2014 20:02:22 +0200 Subject: [PATCH] fixes #7949 Sets height to form to avoid resizing when filename link is not shown --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5