-
Notifications
You must be signed in to change notification settings - Fork 108
/
jquery.comiseo.daterangepicker.css
116 lines (95 loc) · 2.45 KB
/
jquery.comiseo.daterangepicker.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/*!
* Copyright (c) 2017 Tamble, Inc.
* Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt)
*/
.comiseo-daterangepicker-triggerbutton.ui-button {
text-align: left;
min-width: 18em;
}
.comiseo-daterangepicker-triggerbutton .ui-button-icon { /* fix v1.12 */
position: absolute;
right: 0.5em;
top: 50%;
margin-top: -8px;
}
.comiseo-daterangepicker {
position: absolute;
padding: 5px;
}
.comiseo-daterangepicker-mask {
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
/* required for IE */
background-color: #fff;
opacity: 0;
filter: alpha(opacity = 0);
}
.comiseo-daterangepicker-presets,
.comiseo-daterangepicker-calendar {
display: table-cell;
vertical-align: top;
height: 230px;
}
.comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
padding: 2px 7px 7px 2px;
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-presets {
padding: 2px 2px 7px 7px;
}
.comiseo-daterangepicker-presets .ui-menu {
padding: 2px; /* fix v1.11 */
white-space: nowrap;
}
.comiseo-daterangepicker-presets .ui-menu-item { /* fix v1.11 */
padding: 0;
}
.comiseo-daterangepicker-presets .ui-menu-item > * { /* fix v1.11 */
text-decoration: none;
display: block;
padding: 2px 0.4em;
line-height: 1.5;
min-height: 0; /* support: IE7 */
}
.comiseo-daterangepicker .ui-widget-content,
.comiseo-daterangepicker .ui-datepicker .ui-state-highlight {
border-width: 0;
}
.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
border-bottom-width: 1px;
}
.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
border-width: 1px;
}
.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
border-left-width: 1px;
padding-left: 5px;
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
border-right-width: 1px;
padding-right: 5px;
}
.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
float: left;
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
float: right;
}
.comiseo-daterangepicker-buttonpanel > button {
margin-top: 6px;
}
.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel > button {
margin-right: 6px;
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button {
margin-left: 6px;
}
/* themeable styles */
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
background: #b0c4de;
color: #fff;
}