From: cash Date: Fri, 30 Sep 2011 00:56:34 +0000 (-0400) Subject: Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed position... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7c52743cc264e258d55c42dccde021b1032f2358;p=lorea%2Felgg.git Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed position bug for prev/next links in header --- diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 1fced0196..bf5518b09 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -253,18 +253,26 @@ input[type="radio"] { **************************************** */ .ui-datepicker { margin-top: 3px; + width: 208px; background-color: white; border: 1px solid #0054A7; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; + overflow: hidden; + -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); - overflow: hidden; +} +.ui-datepicker-inline { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } .ui-datepicker-header { + position: relative; background: #4690D6; color: white; padding: 2px 0;