set all buttons to vertial-align=bottom in quirks

Bug 58190 r=pierre sr=buster
This commit is contained in:
rods%netscape.com 2001-03-13 13:51:33 +00:00
Родитель dfadfe75f8
Коммит ce03f517d1
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -114,6 +114,13 @@ input[type="checkbox"] {
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
vertical-align: bottom;
}
/* Quirk: special top and bottom margins for inputs in tables */
td select[size] {

Просмотреть файл

@ -114,6 +114,13 @@ input[type="checkbox"] {
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
vertical-align: bottom;
}
/* Quirk: special top and bottom margins for inputs in tables */
td select[size] {