changeset 137:a0a296613066

Errors on forms now display with a red color and no indentation or bulleting.
author Atul Varma <varmaa@toolness.com>
date Thu, 03 Apr 2008 14:48:09 -0700
parents 51c2cba0edcd
children eb025a398f16
files media/css/otherpages.css
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/media/css/otherpages.css	Thu Apr 03 14:37:46 2008 -0700
+++ b/media/css/otherpages.css	Thu Apr 03 14:48:09 2008 -0700
@@ -179,3 +179,11 @@
     font-weight: normal;
     font-size: 12px;
 }
+
+ul.errorlist {
+    font-weight: bold;
+    list-style-type: none;
+    padding: 0px;
+    margin: 0px 0px 10px 0px;
+    color: red;
+}