From d9fe18cdc10c720968537e320cd33cf37de1b7a6 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 11 Aug 2008 21:15:11 +0000 Subject: [PATCH] added CSS classes for displaying error messages in forms git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2803 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/browser/loops.css b/browser/loops.css index 28389ad..e37f3b8 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -259,6 +259,17 @@ table.listing th { padding: 1em 0 1em 0; } +.error { + background-color: #ffbb00; + padding: 4px; + margin-bottom: 4px; +} + +.error-heading { + margin-bottom: 8px; + font-weight: bold; +} + /* search stuff */ .searchForm input.button, input.submit {