border-box makes sense for input elements

This commit is contained in:
Shish 2012-02-11 01:47:43 +00:00
parent 0013d67a80
commit a4617b0efc

View file

@ -50,6 +50,7 @@ CODE {
font-size: 0.8em;
}
#body SELECT {width: 150px;}
TD>INPUT {box-sizing: border-box;}
TD>INPUT[type="button"] {width: 100%;}
TD>INPUT[type="submit"] {width: 100%;}
TD>INPUT[type="text"] {width: 100%;}