This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathevent-template.css
More file actions
68 lines (57 loc) · 1.46 KB
/
event-template.css
File metadata and controls
68 lines (57 loc) · 1.46 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
.event-template.e-schedule .e-vertical-view .e-content-wrap .e-appointment,
.event-template.e-schedule .e-timeline-view .e-content-wrap .e-appointment {
border-radius: 8px;
}
.event-template.e-schedule .e-vertical-view .e-content-wrap .e-appointment .e-appointment-details {
padding: 0;
height: 100%;
}
.event-template.e-schedule .template-wrap {
height: 100%;
white-space: normal;
}
.event-template.e-schedule .template-wrap .image {
padding: 8px 0 4px;
}
.event-template.e-schedule .template-wrap .image img {
height: 100%;
width: 100%;
padding: 10px 25%;
}
.event-template.e-schedule .template-wrap .subject {
font-weight: 600;
font-size: 15px;
padding: 4px 4px 4px;
height: 25px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.event-template.e-schedule .template-wrap .time {
height: 50px;
}
.event-template.e-schedule .template-wrap .time,
.event-template.e-schedule .template-wrap .event-description {
font-size: 12px;
padding: 4px 6px 4px;
overflow: hidden;
}
.event-template.e-schedule .template-wrap .footer {
position: absolute;
bottom: 0;
height: 20px;
width: 100%;
}
.event-template.e-schedule .e-timeline-view .e-appointment .e-appointment-details {
padding: 0;
height: 100%;
width: 100%;
}
.event-template.e-schedule .e-timeline-view .template-wrap {
width: 100%;
}
.event-template.e-schedule .e-timeline-view .template-wrap .subject {
font-size: 16px;
height: 36px;
text-align: center;
}