fixes #7949
Sets height to form to avoid resizing when filename link is not shown
This commit is contained in:
parent
f5bc680f9c
commit
5757d02b76
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue