-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (56 loc) · 837 Bytes
/
style.css
File metadata and controls
66 lines (56 loc) · 837 Bytes
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
body {
margin: 0px;
font-family: 'Open Sans', sans-serif;
}
#tabPanel {
position: fixed!important;
left: 0px;
right: 0px;
width: 100%;
height: 50px;
bottom: 0px;
background-color: #e0e0e0;
z-index: 5;
}
#tabPanel table {
margin-left: auto;
margin-right: auto;
width: auto;
table-layout: fixed;
height: 100%;
}
#tabPanel img {
width: auto;
height: 30px;
}
#tabPanel td {
padding: 0px;
width: 50px;
}
#tabPanel td:hover {
background-color: white;
}
#daySelector {
height: 80px;
width: 100%;
background-color: #e0e0e0;
position: fixed!important;
top: 0px;
left: 0px;
z-index: 5;
}
#dayTable {
width: 100%;
height: 80px;
table-layout: fixed;
text-align: center;
}
#dayTable td {
padding: 0px;
}
#dayLabel {
font-size: 40px;
}
#monthYearLabel {
font-size: 15px;
}