From 0dd9b29507017f02c10f2dc86d153838d2f5f9e0 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 27 Jun 2014 12:35:19 -0400 Subject: [PATCH] new rows for contact form. --- Toolkit/Contacts/templates/contactForm.html | 17 ++++++++++------- styles.css | 3 +++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Toolkit/Contacts/templates/contactForm.html b/Toolkit/Contacts/templates/contactForm.html index 9a7998d..23108fd 100644 --- a/Toolkit/Contacts/templates/contactForm.html +++ b/Toolkit/Contacts/templates/contactForm.html @@ -9,19 +9,22 @@
{sec.header:h} {end:} +
{foreach:sec.elements,elem} {if:elem.style} {elem.outputStyle():h} {else:} {if:elem.isButton()} {if:elem.notFrozen()} -
-
{elem.html:h}
-
+
{elem.html:h}
+ {end:} {else:} -
- {if:elem.error}
{else:}
{end:} + {if:elem.error} +
+ {else:} +
+ {end:} {if:elem.isType(#textarea#)} {if:elem.required}
{if:sec.header}
diff --git a/styles.css b/styles.css index fa0d8e2..3e50659 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,6 @@ +.glmCheckBox input[type="checkbox"] { + margin-right: 6px !important; + } .glmMap { position: relative; padding-bottom: 75%; // This is the aspect ratio -- 2.17.1