not /all/ input elements should be 100% wide
This commit is contained in:
parent
a0f06c23d5
commit
4c86f6842c
1 changed files with 3 additions and 6 deletions
|
@ -87,12 +87,9 @@ width:256px;
|
|||
#body select {
|
||||
width:150px;
|
||||
}
|
||||
td > input {
|
||||
width:100%;
|
||||
}
|
||||
td > select {
|
||||
width:100%;
|
||||
}
|
||||
td > input[type="submit"] {width: 100%;}
|
||||
td > input[type="text"] {width: 100%;}
|
||||
td > input[type="password"] {width: 100%;}
|
||||
#footer {
|
||||
clear:both;
|
||||
color:#CCCCCC;
|
||||
|
|
Reference in a new issue