forked from KidSysco/jquery-ui-month-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMonthPicker.css
More file actions
102 lines (92 loc) · 2.26 KB
/
MonthPicker.css
File metadata and controls
102 lines (92 loc) · 2.26 KB
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
/*
The jQuery UI Month Picker Version 3.0-alpha4
https://github.com/KidSysco/jquery-ui-month-picker/
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;
version 3.0. This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, visit
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt.
*/
.month-picker {
display: inline-block;
position: absolute;
z-index: 9999;
}
.month-picker-header {
margin: 3px 3px 0px 3px;
}
.month-picker-year-table .jump-years {
text-align: center;
}
.month-picker-year-table a {
border: 1px solid transparent;
}
.month-picker-year-table .year-title {
margin: 3px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}
.month-picker-year-table .year {
margin: 3px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}
.month-picker-year-table {
width: 100%;
}
.month-picker-year-table .previous-year>a {
/*
In case the user's css reset the user agent stylesheet
this is often done in RTL pages.
*/
/*text-align: left;*/
float: left;
}
.month-picker-year-table .next-year>a {
/*text-align: right;*/
float: right;
}
.month-picker-year-table td {
padding: 0px;
}
.month-picker-year-table /*button*/ a {
/*width: 28px;*/
margin: 0px;
width: 1.5em;
height: 1.5em;
text-align: center;
cursor: pointer;
}
.jump-years a {
width: 100%;
}
.month-picker-year-table .jump-years span {
padding: inherit; /*padding-bottom: 0 inherit;*/
}
.month-picker-month-table td {
padding: 0;
height: 35px;
text-align: center;
font-size: 12px;
}
.month-picker-month-table button {
width: 55px;
margin: 3px;
}
.month-picker-open-button {
height: 20px;
width: 20px;
vertical-align: bottom;
}
.month-picker-invalid-message {
display: none;
background-color: Yellow;
}
.month-picker-disabled {
background-color: #e1e1e1;
}