[silva.infrae.contact][Kit Blake] Fix error typography

[email protected] Sun, 27 Oct 2013 08:22:56 +0100
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Kit Blake
date:      Sun Oct 27 08:22:43 2013 +0100
revision:  13:72791aef1bd7 in silva.infrae.contact
branch:    
details:   https://hg.infrae.com/silva.infrae.contact?cmd=changeset;node=72791aef1bd7
modified:  src/silva/infrae/contact/static/contactform.css
added:     
removed:   
log:       Fix error typography


diffstat:

 src/silva/infrae/contact/static/contactform.css |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 153e67c7214d -r 72791aef1bd7 src/silva/infrae/contact/static/contactform.css
--- a/src/silva/infrae/contact/static/contactform.css	Sun Oct 27 07:53:55 2013 +0100
+++ b/src/silva/infrae/contact/static/contactform.css	Sun Oct 27 08:22:43 2013 +0100
@@ -10,6 +10,7 @@
 }
 
 #contactusform textarea {
+  padding: 2px;
   border: 1px solid #888;
   resize: vertical;
 }
@@ -35,10 +36,15 @@
   line-height: inherit;
 }
 
+ontactusform p.form-status {
+  color: #ff6;
+}
+
 div.form-error,
 div.field-error,
 span.field-error {
   color: #fc0;
+  font-weight: bold;
 }
 
 .form-status a:link {