Fix 55832: css "width: 100%" rendering incorrectly for button elements. patch by djoham@criadvantage.com. r=ianh a=ben, rtm++

This commit is contained in:
blakeross%telocity.com 2000-10-11 23:50:37 +00:00
Родитель 8460836715
Коммит 5367802c2b
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -662,6 +662,7 @@ input[type="submit"] {
font: button;
cursor: default;
white-space: pre;
-moz-box-sizing: border-box;
-moz-user-select: none;
-moz-binding: none;
}

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

@ -662,6 +662,7 @@ input[type="submit"] {
font: button;
cursor: default;
white-space: pre;
-moz-box-sizing: border-box;
-moz-user-select: none;
-moz-binding: none;
}