added new css for grid error msg

This commit is contained in:
NIKITA 2010-09-17 17:29:51 -07:00
parent 48d7ab1907
commit ae2bf6df38
1 changed files with 8 additions and 0 deletions

View File

@ -1841,6 +1841,14 @@ a:visited {
background:#FFF repeat top left;
}
.grid_rows.success {
background:#fffbe6 url(../images/infomsg_bg.gif) repeat-x top left;
}
.grid_rows.error {
background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left;
}
.grid_rows.odd {
background:#f3f3f3 repeat top left;
}