[Lada-commits] [PATCH] Added lada.css

Wald Commits scm-commit at wald.intevation.org
Fri Mar 6 13:24:29 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1425644715 -3600
# Node ID d73942e6e1c69ec42fdd395bb126cd4283fd6bc8
# Parent  4c5085396fe3782730c01c599d1368c675e99ccf
Added lada.css.

diff -r 4c5085396fe3 -r d73942e6e1c6 resources/css/lada.css
--- /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;
+}


More information about the Lada-commits mailing list