From b07c7b01568bf4a5e23e4615d2d67ed129da2ab7 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 17 Nov 2011 19:54:10 +0000 Subject: [PATCH] changes to eliminate date label redundancy in custom forms --- productMods/edit/forms/css/customForm.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index 1a83a2aa..212cc32b 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -93,6 +93,12 @@ div.acSelection { display: none; } /* <------ DATE TIME*/ +form.customForm label.dateTime { + display: inline; +} +form.customForm fieldset { + display: inline; +} fieldset.dateTime label { display: inline; }