Don't use quirky box-sizing for image inputs. Bug 191967, r+sr=dbaron, a=asa

This commit is contained in:
bzbarsky%mit.edu 2003-02-13 19:02:28 +00:00
Родитель 6e44144762
Коммит f051e65d94
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -290,7 +290,7 @@ img[align=right] {
* Quirk: Use border-box box sizing for text inputs, password inputs, and
* textareas. (b=184478 on why we use content-box sizing in standards mode)
*/
input, textarea {
input:not([type=image]), textarea {
/* Note that all other <input>s already use border-box
sizing, so we're ok with this selector */
-moz-box-sizing: border-box;

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

@ -290,7 +290,7 @@ img[align=right] {
* Quirk: Use border-box box sizing for text inputs, password inputs, and
* textareas. (b=184478 on why we use content-box sizing in standards mode)
*/
input, textarea {
input:not([type=image]), textarea {
/* Note that all other <input>s already use border-box
sizing, so we're ok with this selector */
-moz-box-sizing: border-box;