Add a alert label block with bigger font size and red color. payments
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 18:07:25 +0530
branchpayments
changeset 265 4b40c44d9f2d
parent 264 f80e1c78dcc0
child 266 316d522c7d43
Add a alert label block with bigger font size and red color.
project/static/css/styles.css
--- a/project/static/css/styles.css	Tue Nov 16 17:38:06 2010 +0530
+++ b/project/static/css/styles.css	Tue Nov 16 18:07:25 2010 +0530
@@ -583,4 +583,9 @@
     color: #58585a;
     margin-left: 5em;
     text-align: justify;
+}
+
+label.alert {
+    font-size: 1.2em;
+    color: #ff0000;
 }
\ No newline at end of file