From f24364e1146870795a84aea293d7d090cfa22743 Mon Sep 17 00:00:00 2001 From: Braad Date: Tue, 12 May 2015 12:38:03 -0700 Subject: [PATCH] Fix for jQuery UI datepicker CSS issue --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.css b/style.css index 2ee8cf5..546f9c1 100644 --- a/style.css +++ b/style.css @@ -1962,6 +1962,19 @@ Site Footer General Components ---------------------------------------------------------------------------------------------------- */ +/* jQuery UI +--------------------------------------------- */ + +/* Datepicker */ + +table.ui-datepicker-calendar { + line-height: 1; +} + +.ui-datepicker select { + width: auto; +} + /* Search Form --------------------------------------------- */