border-box makes sense for input elements
This commit is contained in:
parent
0013d67a80
commit
a4617b0efc
1 changed files with 1 additions and 0 deletions
|
@ -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%;}
|
||||
|
|
Reference in a new issue