From 2ae165049ebe4f3335f1212b4d1603037c6747dc Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 27 Sep 2010 16:55:13 -0500 Subject: [PATCH] edits to margins,widths --- css/jquery.ui.datepicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.ui.datepicker.css b/css/jquery.ui.datepicker.css index 613152d1..4dceb575 100755 --- a/css/jquery.ui.datepicker.css +++ b/css/jquery.ui.datepicker.css @@ -24,5 +24,5 @@ div.hasDatepicker{ display: block; padding: 0; overflow: visible; margin: 8px 0 .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em 0; font-weight: bold; margin: 0; border-width: 0; text-align: center; text-decoration: none; } @media screen and (min-width: 480px){ - div.hasDatepicker { width: 60%; display: inline-block; margin: 0; } + div.hasDatepicker { width: 63%; display: inline-block; margin: 0; } } \ No newline at end of file