give an explicit height to <input type=file> elements when printing to prevent the input file control from expanding vertically to fill the entire page during printing and print preview bug 112156 r=rods sr=attinas a=asa

This commit is contained in:
kmcclusk%netscape.com 2002-03-26 21:36:22 +00:00
parent a89a6d15ab
commit 19f8d94b2c
2 changed files with 2 additions and 0 deletions

View File

@ -400,5 +400,6 @@ input[type="submit"][disabled] {
-moz-user-input: none !important; -moz-user-input: none !important;
} }
input[type="file"] { height: 2em; }
} }

View File

@ -400,5 +400,6 @@ input[type="submit"][disabled] {
-moz-user-input: none !important; -moz-user-input: none !important;
} }
input[type="file"] { height: 2em; }
} }