-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMMM-FamilyWeekCalendar.css
70 lines (60 loc) · 1.21 KB
/
MMM-FamilyWeekCalendar.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
.MMM-FamilyWeekCalendar .symbol {
padding-left: 0;
padding-right: 10px;
font-size: 80%;
vertical-align: top;
}
.MMM-FamilyWeekCalendar .symbol span {
display: inline-block;
-ms-transform: translate(0, 2px); /* IE 9 */
-webkit-transform: translate(0, 2px); /* Safari */
transform: translate(0, 2px);
}
.MMM-FamilyWeekCalendar p {
margin:0px;
}
.MMM-FamilyWeekCalendar .title {
padding-left: 0;
padding-right: 0;
display: inline-block;
}
.MMM-FamilyWeekCalendar .time {
display: inline-block;
padding-right: 20px;
text-align: left;
vertical-align: top;
width: 50px;
}
.MMM-FamilyWeekCalendar table {
text-align: left;
border-spacing: 2px;
}
.MMM-FamilyWeekCalendar table tr {
display: flex;
}
.MMM-FamilyWeekCalendar th {
flex-grow: 1;
width: 40%;
padding: 4px 0;
}
.MMM-FamilyWeekCalendar th:first-child {
flex-grow: 0;
width: 40px!important;
}
.MMM-FamilyWeekCalendar td {
flex-grow: 1;
border-top: 1px solid #666;
width: 40%;
text-align: left;
padding: 4px 0;
}
.MMM-FamilyWeekCalendar td:first-child {
flex-grow: 0;
border-top: 1px solid #666;
width: 40px!important;
padding: 4px 0;
}
.MMM-FamilyWeekCalendar .location {
font-style: italic;
font-size: 90%;
}