表单验证优化
This commit is contained in:
@ -2318,16 +2318,6 @@ table.dataTable thead .sorting:after {
|
||||
.google-map {
|
||||
height: 300px;
|
||||
}
|
||||
/* Validation */
|
||||
label.error {
|
||||
color: #cc5965;
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.form-control.error {
|
||||
border: 1px dotted #cc5965;
|
||||
}
|
||||
/* ngGrid */
|
||||
.gridStyle {
|
||||
border: 1px solid #d4d4d4;
|
||||
|
@ -171,11 +171,16 @@
|
||||
label.error {
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
top: 7px;
|
||||
top: 10px;
|
||||
color: #ef392b;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.input-group label.error {
|
||||
left: 255px;
|
||||
z-index:99;
|
||||
}
|
||||
|
||||
.Validform_error,input.error,select.error {
|
||||
background-color: #fbe2e2;
|
||||
border-color: #c66161;
|
||||
|
Reference in New Issue
Block a user