This repository was archived by the owner on Dec 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (56 loc) · 1.28 KB
/
style.css
File metadata and controls
56 lines (56 loc) · 1.28 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
.ui-datepicker-wrapper{
width: 240px;
font-size: 16px;
color: #666;
box-shadow: 2px 2px 8px 2px rgba(128,128,128,.3);
display: none;
}
.ui-datepicker-wrapper-show {
display: block;
}
.ui-datepicker-wrapper .ui-datepicker-header{
padding: 0 20px;
height: 50px;
line-height: 50px;
text-align: center;
background-color: #f0f0f0;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.ui-datepicker-wrapper .ui-datepicker-header .ui-datepicker-btn{
font-family: serif;
font-size: 20px;
width: 20px;
height: 50px;
line-height: 50px;
color:#1abc9c;
text-align:center;
cursor: pointer;
text-decoration: none;
}
.ui-datepicker-wrapper .ui-datepicker-prev-btn {
float: left;
}
.ui-datepicker-wrapper .ui-datepicker-next-btn {
float: right;
}
.ui-datepicker-wrapper .ui-datepicker-body table{
width: 100%;
border-collapse: collapse;
}
.ui-datepicker-wrapper .ui-datepicker-body th,
.ui-datepicker-wrapper .ui-datepicker-body td {
height:30px;
text-align:center;
}
.ui-datepicker-wrapper .ui-datepicker-body th{
font-size: 12px;
height:40px;
line-height: 40px;
}
.ui-datepicker-wrapper .ui-datepicker-body td{
border: 1px solid #f0f0f0;
font-size: 10px;
width:14%;
cursor: pointer;
}