From 1d0bcdde09049a524381175470c9e7110506b87f Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 25 Oct 2013 17:31:35 -0400 Subject: [PATCH] fixed min width --- stylesheets/calendeer.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/calendeer.css b/stylesheets/calendeer.css index e94f8fc..42a5cc2 100644 --- a/stylesheets/calendeer.css +++ b/stylesheets/calendeer.css @@ -109,24 +109,24 @@ } .calendeer_start_input_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; margin-right: 5px; } .calendeer_end_input_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; margin-right: 5px; } .calendeer_start_input_time_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; } .calendeer_end_input_time_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; }