зеркало из https://github.com/mozilla/gecko-dev.git
set all buttons to vertial-align=bottom in quirks
Bug 58190 r=pierre sr=buster
This commit is contained in:
Родитель
dfadfe75f8
Коммит
ce03f517d1
|
@ -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] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче