18 lines
448 B
CSS
18 lines
448 B
CSS
.validationMessage {
|
|
background: url('Images/icons.png') no-repeat scroll 0px -271px transparent;
|
|
padding-left: 18px;
|
|
margin-bottom: -3px;
|
|
color: #F00;
|
|
}
|
|
|
|
input[type="text"].input-error, textarea[type="text"].input-error {
|
|
border: 1px solid #F00;
|
|
background-color: #FEE;
|
|
}
|
|
|
|
span.warning {
|
|
background: url('Images/icons.png') no-repeat scroll 0px -271px transparent;
|
|
padding-left: 18px;
|
|
margin-bottom: -3px;
|
|
}
|