| // Licensed to the Apache Software Foundation (ASF) under one |
| // or more contributor license agreements. See the NOTICE file |
| // distributed with this work for additional information |
| // regarding copyright ownership. The ASF licenses this file |
| // to you under the Apache License, Version 2.0 (the |
| // "License"); you may not use this file except in compliance |
| // with the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, |
| // software distributed under the License is distributed on an |
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| // KIND, either express or implied. See the License for the |
| // specific language governing permissions and limitations |
| // under the License. |
| |
| .ui-datepicker { |
| display: none; |
| width: 300px; |
| height: auto; |
| padding: 4px 0 0; |
| border-radius: 4px; |
| /*+border-radius:4px;*/ |
| box-shadow: 0 3px 8px #000000; |
| background: #ffffff 0 -2470px; |
| overflow: hidden; |
| -moz-border-radius: 4px; |
| /*+box-shadow:0px 3px 8px #000000;*/ |
| -webkit-border-radius: 4px; |
| -khtml-border-radius: 4px; |
| -moz-box-shadow: 0 3px 8px #000000; |
| -webkit-box-shadow: 0 3px 8px #000000; |
| -o-box-shadow: 0 3px 8px #000000; |
| } |
| |
| .ui-datepicker .ui-datepicker-title { |
| width: 100%; |
| margin: auto; |
| } |
| |
| .ui-datepicker .ui-datepicker-prev, |
| .ui-datepicker .ui-datepicker-next { |
| margin: 6px 13px 6px 14px; |
| padding: 6px; |
| /*+box-shadow:0px 1px 5px #444444;*/ |
| border-radius: 4px; |
| box-shadow: 0 1px 5px #444444; |
| background: url('../images/bg-gradients.png') 0 -182px; |
| font-size: 13px; |
| /*+text-shadow:0px -1px 1px #050505;*/ |
| font-size: 12px; |
| color: #ffffff; |
| text-shadow: 0 -1px 1px #050505; |
| cursor: pointer; |
| -moz-box-shadow: 0 1px 5px #444444; |
| -webkit-box-shadow: 0 1px 5px #444444; |
| -o-box-shadow: 0 1px 5px #444444; |
| -moz-text-shadow: 0 -1px 1px #050505; |
| -webkit-text-shadow: 0 -1px 1px #050505; |
| /*+border-radius:4px;*/ |
| -o-text-shadow: 0 -1px 1px #050505; |
| -moz-border-radius: 4px; |
| -webkit-border-radius: 4px; |
| -khtml-border-radius: 4px; |
| } |
| |
| .ui-datepicker .ui-datepicker-prev:hover, |
| .ui-datepicker .ui-datepicker-next:hover { |
| /*+box-shadow:inset 0px 0px 10px #000000;*/ |
| box-shadow: inset 0 0 10px #000000; |
| -moz-box-shadow: inset 0 0 10px #000000; |
| -webkit-box-shadow: inset 0 0 10px #000000; |
| -o-box-shadow: inset 0 0 10px #000000; |
| } |
| |
| .ui-datepicker .ui-datepicker-prev { |
| float: left; |
| } |
| |
| .ui-datepicker .ui-datepicker-next { |
| float: right; |
| } |
| |
| .ui-datepicker .ui-datepicker-title .ui-datepicker-month { |
| width: 85px; |
| font-size: 16px; |
| color: #2c363f; |
| } |
| |
| .ui-datepicker .ui-datepicker-title { |
| position: relative; |
| top: 6px; |
| left: 0; |
| width: 188px; |
| /*+placement:shift 0px 6px;*/ |
| height: 19px; |
| padding: 3px 0 0; |
| text-align: center; |
| } |
| |
| .ui-datepicker table { |
| width: 277px; |
| height: 9px; |
| } |
| |
| .ui-datepicker table th, |
| .ui-datepicker table td { |
| min-width: 24px; |
| padding: 7px 0; |
| border: 1px solid #b9b6b6; |
| text-align: center; |
| text-indent: 0; |
| /*[empty]+placement:;*/ |
| } |
| |
| .ui-datepicker table td { |
| cursor: pointer; |
| } |
| |
| .ui-datepicker table td.ui-state-disabled, |
| .ui-datepicker table td.ui-state-disabled:hover { |
| box-shadow: none; |
| /*+box-shadow:none;*/ |
| background-color: #dcdcdc; |
| cursor: default; |
| -moz-box-shadow: none; |
| -webkit-box-shadow: none; |
| -o-box-shadow: none; |
| } |
| |
| .ui-datepicker table td a { |
| font-size: 12px; |
| color: #485867; |
| text-decoration: none; |
| } |
| |
| .ui-datepicker table td:hover { |
| box-shadow: inset 0 0 4px #6b6b6b; |
| /*+box-shadow:inset 0px 0px 4px #6B6B6B;*/ |
| background-color: #6a839a; |
| -moz-box-shadow: inset 0 0 4px #6b6b6b; |
| -webkit-box-shadow: inset 0 0 4px #6b6b6b; |
| -o-box-shadow: inset 0 0 4px #6b6b6b; |
| } |
| |
| .ui-datepicker table td:hover a { |
| color: #ffffff; |
| text-shadow: 0 -1px #000000; |
| } |