8 lines
180 B
CSS
8 lines
180 B
CSS
label.error {
|
|
background:url("images/unchecked.gif") no-repeat 0px 0px;
|
|
padding-left: 18px;
|
|
padding-bottom: 2px;
|
|
font-weight: bold;
|
|
color: #EA5200;
|
|
margin-left: 10px;
|
|
} |