Sets height to form to avoid resizing when filename link is not shown
This commit is contained in:
Bagera 2014-05-13 20:02:22 +02:00
parent f5bc680f9c
commit 5757d02b76
1 changed files with 1 additions and 1 deletions

View 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;