From 545147d6017bc373169b7a9b20b8e6a1ba259f00 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 18 Jan 2011 14:34:26 +0530 Subject: CSS Properties to render login form error. --- pytask/static/css/base.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pytask/static/css/base.css b/pytask/static/css/base.css index 25cad24..0d698b6 100644 --- a/pytask/static/css/base.css +++ b/pytask/static/css/base.css @@ -231,6 +231,15 @@ div #loginform #field input { padding: 3px; } +div #loginform #error { + width: 100%; + clear: left; + color: red; + text-align: center; + display: none; +} + + /* Buttons to be used in forms and other places */ div button { width:150px; -- cgit