From 7ed5db0bbec63945b047947040d166847edaaa46 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 12 Jun 2014 13:03:52 -0400 Subject: [PATCH] form update ditching previous idea. That is not working for responsive. Applying foundation div classes. --- Toolkit/Contacts/templates/contactForm.html | 19 ++++++++++++------- css/contactform.css | 9 +-------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Toolkit/Contacts/templates/contactForm.html b/Toolkit/Contacts/templates/contactForm.html index 8b01b4e..a4ffdc9 100644 --- a/Toolkit/Contacts/templates/contactForm.html +++ b/Toolkit/Contacts/templates/contactForm.html @@ -55,13 +55,18 @@ {end:} {if:elem.isType(#group#)} -
- {foreach:elem.elements,gitem} - {gitem.label:h} - {gitem.html:h}{if:gitem.required}
*
{end:} - {if:elem.separator}{elem.separator:h}{end:} - {end:} -
+ +
+ + {foreach:elem.elements,gitem} +
+ {gitem.html:h}{if:gitem.required}
*
{end:} + {if:elem.separator}{elem.separator:h}{end:} +
+ {end:} + +
+ {else:} {elem.html:h} {if:elem.isName(#captcha_rmv#)} diff --git a/css/contactform.css b/css/contactform.css index 37615aa..b5c62f2 100644 --- a/css/contactform.css +++ b/css/contactform.css @@ -98,11 +98,4 @@ table tr.req td.instructioncell { border-width: 0; color: #000; } -.formGroup > .glmCheckBox { - width: 50%; - float: left; -} -.single-checkbox label.glmCheckBox { - width: auto; - float: none; -} + -- 2.17.1