diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-09-18 11:40:04 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-18 12:04:45 (GMT) |
commit | 808e6e4f944af6698f29465aab7900285b9975f6 (patch) | |
tree | d09cca346cf60415459332e30fccb744ae5a0f4c /public_html | |
parent | bafd80a71838560f222f05418a63a7e6e9c8e3ec (diff) | |
download | kolab-wap-808e6e4f944af6698f29465aab7900285b9975f6.tar.gz |
use proper css from style files for form errors
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/skins/default/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css index be30a88..d8e39ad 100644 --- a/public_html/skins/default/style.css +++ b/public_html/skins/default/style.css @@ -698,6 +698,13 @@ span.listcontent span.listelement.selected { background-color: #d6efff; } +span.form_error { + color: #FF0000; + font-weight: bold; + font-size: 90%; + padding-left: 5px; +} + /***** autocomplete list *****/ #autocompletepane |