Fix for 129792, XBL form control selects had wrong display type (block XUL box instead of inline XUL box), r=bryner, sr=shaver, a=brendan

This commit is contained in:
hyatt%netscape.com 2002-03-12 08:24:58 +00:00
parent 18076c6c57
commit f6a8704b50
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ select[size] {
select, select[size="1"] {
-moz-binding: url("chrome://forms/content/select.xml#select");
display: -moz-box;
display: -moz-inline-box;
-moz-box-orient: horizontal;
-moz-user-focus: normal;
}

View File

@ -47,7 +47,7 @@ select[size] {
select, select[size="1"] {
-moz-binding: url("chrome://forms/content/select.xml#select");
display: -moz-box;
display: -moz-inline-box;
-moz-box-orient: horizontal;
-moz-user-focus: normal;
}