Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/calendar/phui-calendar-list.css
12242 views
1
/**
2
* @provides phui-calendar-list-css
3
*/
4
5
.device-phone .phui-calendar-list-container {
6
width: auto;
7
}
8
9
.calendar-profile-box .calendar-day-view-sidebar .phui-object-box {
10
border-bottom: none;
11
margin: 0;
12
padding: 0 12px 12px;
13
}
14
15
.project-view-home .phui-object-box .phui-calendar-list-container
16
.phui-header-shell {
17
padding: 8px 0;
18
background: {$page.content};
19
}
20
21
.phui-calendar-list {
22
padding: 16px 4px;
23
}
24
25
.phui-calendar-list-item {
26
position: relative;
27
line-height: 18px;
28
height: 18px;
29
}
30
31
.phui-calendar-list-item a {
32
display: block;
33
width: auto;
34
min-height: 18px;
35
}
36
37
.phui-calendar-list-item-icon {
38
position: absolute;
39
left: 0;
40
top: 3px;
41
}
42
43
.phui-calendar-list-title {
44
width: 200px;
45
overflow: hidden;
46
text-overflow: ellipsis;
47
white-space: nowrap;
48
position: absolute;
49
left: 20px;
50
top: 0;
51
}
52
53
.phui-calendar-viewer-invited .phui-calendar-list-title {
54
font-weight: bold;
55
}
56
57
.phui-calendar-list-item .phui-calendar-list-time {
58
position: absolute;
59
top: 0;
60
width: 60px;
61
right: 0;
62
color: {$lightgreytext};
63
text-align: right;
64
line-height: 20px;
65
}
66
67
.phui-calendar-list-item-empty {
68
color: {$lightgreytext};
69
padding: 0;
70
font-style: italic;
71
}
72
73
.phui-calendar-list-item.all-day {
74
background: {$bluebackground};
75
}
76
77
.calendar-day-view-sidebar .phui-calendar-list {
78
padding: 12px 0;
79
}
80
81
.calendar-day-view-sidebar .phui-calendar-list-item {
82
padding: 0 12px;
83
}
84
85
.calendar-day-view-sidebar .phui-calendar-list-item a {
86
position: relative;
87
}
88
89