Error for select

This commit is contained in:
NIKITA 2010-11-16 10:30:28 -08:00
parent 4a3ad7c5e9
commit 9f3cf16bad
1 changed files with 13 additions and 0 deletions

View File

@ -2521,6 +2521,19 @@ a:hover.search_button {
font-size:11px;
}
.grid_row_cell .error_select {
width:92%;
height:16px;
float:left;
margin:0 0 0 10px;
display:inline;
padding:0 0 0 2px;
border:1px solid #999;
background:#ffe5e5;
color:#333;
font-size:11px;
}
.errormsg {
width:80%;
height:auto;