Mercurial > lada > lada-client
changeset 553:d73942e6e1c6
Added lada.css.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 06 Mar 2015 13:25:15 +0100 |
parents | 4c5085396fe3 |
children | bff49c2fc3df |
files | resources/css/lada.css |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/css/lada.css Fri Mar 06 13:25:15 2015 +0100 @@ -0,0 +1,15 @@ +.x-lada-warning-field { + background-color: white; + background-image: url(../img/warning_line.png); + background-repeat: repeat-x; + background-position: bottom; + border-color: #FFE25D; +} + +.x-lada-error-field { + background-color: white; + background-image: url(../img/error_line.gif); + background-repeat: repeat-x; + background-position: bottom; + border-color: #FF0000; +}