From 8fe619895470367539519127ae55bd552b7dec62 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 6 Nov 2012 18:22:10 -0800 Subject: [PATCH] style tweak for form errors --- edbob/pyramid/static/css/edbob.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/edbob/pyramid/static/css/edbob.css b/edbob/pyramid/static/css/edbob.css index e09bcb0..a53ab9e 100644 --- a/edbob/pyramid/static/css/edbob.css +++ b/edbob/pyramid/static/css/edbob.css @@ -87,6 +87,16 @@ div.error { margin-bottom: 10px; } +ul.error { + color: #dd6666; + font-weight: bold; + padding: 0px; +} + +ul.error li { + list-style-type: none; +} + /* td.right { */ /* float: none; */ /* } */