]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixes #7949
authorBagera <victor@baquero-wihlborg.se>
Tue, 13 May 2014 18:02:22 +0000 (20:02 +0200)
committerBagera <victor@baquero-wihlborg.se>
Tue, 13 May 2014 18:02:22 +0000 (20:02 +0200)
Sets height to form to avoid resizing when filename link is not shown

apps/files/css/files.css

index 2aae73f8bd015df142a7eb00f86c0ddc13bc3fe6..6c7dd33c4e782f36c4fe417dc2dd15306aac65ee 100644 (file)
@@ -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;