[silva.infrae.contact][Kit Blake] Fix error typography, XXX ToDo...

[email protected] Sun, 27 Oct 2013 08:41:42 +0100
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Kit Blake
date:      Sun Oct 27 08:41:18 2013 +0100
revision:  14:0aa02bb12cf7 in silva.infrae.contact
branch:    
details:   https://hg.infrae.com/silva.infrae.contact?cmd=changeset;node=0aa02bb12cf7
modified:  src/silva/infrae/contact/static/contactform.css
added:     
removed:   
log:       Fix error typography, XXX ToDo: remove empty p in feedback


diffstat:

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

diffs (20 lines):

diff -r 72791aef1bd7 -r 0aa02bb12cf7 src/silva/infrae/contact/static/contactform.css
--- a/src/silva/infrae/contact/static/contactform.css	Sun Oct 27 08:22:43 2013 +0100
+++ b/src/silva/infrae/contact/static/contactform.css	Sun Oct 27 08:41:18 2013 +0100
@@ -36,10 +36,15 @@
   line-height: inherit;
 }
 
-ontactusform p.form-status {
+@contactusform p.form-status {
   color: #ff6;
 }
 
+#contactusform p:last-child {
+  margin-bottom: 0.6em;
+  color:#adff2f;
+}
+
 div.form-error,
 div.field-error,
 span.field-error {