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:
parent
b20b34066c
commit
d9fe18cdc1
1 changed files with 11 additions and 0 deletions
|
@ -259,6 +259,17 @@ table.listing th {
|
||||||
padding: 1em 0 1em 0;
|
padding: 1em 0 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
background-color: #ffbb00;
|
||||||
|
padding: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error-heading {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* search stuff */
|
/* search stuff */
|
||||||
|
|
||||||
.searchForm input.button, input.submit {
|
.searchForm input.button, input.submit {
|
||||||
|
|
Loading…
Add table
Reference in a new issue