From 4a07c925186b09d6240c13393e5d34b220f20a56 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 25 May 2013 17:21:49 -0700 Subject: [PATCH] Minor datepicker styling fix. --- e107_themes/bootstrap/admin_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index 8be3bec4b..0eb6b6b25 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -128,7 +128,7 @@ td.options { } legend { display:none } /* Datepicker */ -fieldset.hour legend { +fieldset.hour legend, fieldset.minute legend { display: inline-block }