Make sure the <input type="hidden"> never takes up space by setting it

to use display:none (now that it'll submit fine with that setting).
Bug 109847, r=jkeiser, sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@109002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2001-11-27 15:36:33 +00:00
parent acaebc81a5
commit f243d1dcf3
2 changed files with 2 additions and 4 deletions

View File

@ -225,8 +225,7 @@ select[disabled]:-moz-display-comboboxcontrol-frame {
/* hidden inputs */
input[type="hidden"] {
border: none;
visibility: hidden;
display: none;
-moz-binding: none;
}

View File

@ -225,8 +225,7 @@ select[disabled]:-moz-display-comboboxcontrol-frame {
/* hidden inputs */
input[type="hidden"] {
border: none;
visibility: hidden;
display: none;
-moz-binding: none;
}