From 83d967ff3990775c9c2675372ae40546963d5323 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 16 Nov 2010 18:07:25 +0530 Subject: Add a alert label block with bigger font size and red color. --HG-- branch : payments --- project/static/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 4127bd0..aef48ba 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -583,4 +583,9 @@ ol li { color: #58585a; margin-left: 5em; text-align: justify; +} + +label.alert { + font-size: 1.2em; + color: #ff0000; } \ No newline at end of file -- cgit