PluginProbe
Booking Calendar / 11.1
Booking Calendar v11.1
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / js / datepick / ui.datepick.css

ui.datepick.css in Booking Calendar 11.1, at js/datepick/ui.datepick.css

101 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* ThemeRoller override style sheet for jQuery date picker v3.7.0. */
2 #ui-datepicker-div,
3 .ui-datepicker-inline {
4 width: 17em;
5 font-size: 75%;
6 }
7 #ui-datepicker-div {
8 z-index: 100;
9 }
10 .ui-datepicker-inline {
11 /*float: left;/**/
12 margin:0px auto;
13 }
14 .ui-datepicker-rtl {
15 direction: rtl;
16 }
17 #ui-datepicker-div a,
18 .ui-datepicker-inline a {
19 text-decoration: none;
20 }
21 .ui-datepicker-prompt {
22 height: 1.5em;
23 padding-top: 0.25em;
24 text-align: center;
25 }
26 .ui-datepicker-clear {
27 float: left;
28 margin-left: 0.25em;
29 }
30 .ui-datepicker-close {
31 float: right;
32 margin-right: 0.25em;
33 }
34 .ui-datepicker-prev {
35 position: static;
36 float: left;
37 width: 32%;
38 height: auto;
39 margin-left: 0.25em;
40 }
41 .ui-datepicker-next {
42 position: static;
43 float: right;
44 width: 32%;
45 height: auto;
46 margin-right: 0.25em;
47 text-align: right;
48 }
49 .ui-datepicker-current {
50 float: left;
51 width: 30%;
52 text-align: center;
53 }
54 .ui-datepicker-group {
55 width: 30em;
56 }
57 .ui-datepicker-group .ui-datepicker-header {
58 height: 1.5em;
59 text-align: center;
60 }
61 .ui-datepicker select.ui-datepicker-month,
62 .ui-datepicker select.ui-datepicker-year,
63 .ui-datepicker-inline select.ui-datepicker-month,
64 .ui-datepicker-inline select.ui-datepicker-year {
65 width: auto;
66 height: 1.66em;
67 background-color: transparent;
68 border: none;
69 font-weight: bold;
70 }
71 .ui-datepicker th {
72 padding: 0.5em 0.3em;
73 font-size:1.2em;
74 }
75 .ui-datepicker td,
76 .ui-datepicker td a {
77 text-align: center;
78 }
79 .ui-datepicker td a:hover {
80 cursor:pointer;
81 }
82 .ui-datepicker-row-break {
83 clear: both;
84 width: 100%;
85 height: 0.25em;
86 }
87 .ui-datepicker-status {
88 text-align: center;
89 }
90 .ui-datepicker-cover {
91 display: none;
92 display/**/: block;
93 position: absolute;
94 z-index: -1;
95 filter: mask();
96 top: -1px;
97 left: -1px;
98 width: 187px;
99 height: 187px;
100 }
101