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
This commit is contained in:
helmutm 2008-08-11 21:15:11 +00:00
parent b20b34066c
commit d9fe18cdc1

View file

@ -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 {