improve js validators

add missing validations and language strings
This commit is contained in:
Crack
2010-06-16 23:54:35 +02:00
parent eb31291dca
commit c7b304b6e6
6 changed files with 81 additions and 52 deletions

View File

@@ -270,7 +270,7 @@ fieldset th small {
color: #666;
}
fieldset th, fieldset td {
fieldset th, fieldset td, .form .lastrow {
border-top: 1px #555 dotted;
}
@@ -280,10 +280,6 @@ fieldset .lastrow, .form .lastrow {
text-align: center;
}
.form .lastrow {
border-top: 1px #555 dotted;
}
fieldset .lastrow input, .form .lastrow input {
font-weight: bold;
}