From 5bfd82bff4b8ea4eac4f7ee5e1d204a86625885c Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 21 Jan 2011 20:13:56 +0000 Subject: [PATCH] NIHVIVO-1820 Style tweaks due to introduction of dateTimeInterval dateTimeValue custom forms --- productMods/edit/forms/css/customForm.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index 3a3a4047..2d4bd734 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -129,10 +129,10 @@ vertical-align:top; /********** dateTime **********/ -fieldset#dateTime { - margin-top: 0.5em; +fieldset.dateTime label { + display: inline; } -fieldset#dateTime label { - display: inline; +fieldset.dateTime select { + margin-top: 0; } \ No newline at end of file