Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-comment-panel.css
12241 views
1
/**
2
* @provides phui-comment-panel-css
3
* @requires phui-timeline-view-css
4
*/
5
6
.phui-comment-panel .phui-timeline-view {
7
background: none;
8
}
9
10
.phui-comment-panel .phui-comment-panel-empty {
11
margin: 16px;
12
padding: 12px;
13
border: 1px solid {$thinblueborder};
14
background: {$lightbluebackground};
15
text-align: center;
16
color: {$lightbluetext};
17
}
18
19
.phui-comment-panel-header {
20
font-weight: bold;
21
padding: 12px 16px 0;
22
word-break: break-word;
23
}
24
25
.phui-comment-panel .phui-timeline-view .phui-timeline-event-view {
26
margin-left: 40px;
27
}
28
29
.device-phone .phui-comment-panel .phui-timeline-view
30
.phui-timeline-event-view {
31
margin-left: 16px;
32
}
33
34
.device-desktop .phui-comment-panel .phui-timeline-view .phui-timeline-image {
35
width: 30px;
36
height: 30px;
37
top: 4px;
38
left: -40px;
39
}
40
41
.phui-comment-panel .phui-timeline-view .phui-timeline-wedge {
42
display: none;
43
}
44
45
.phui-comment-panel .phui-timeline-major-event .phui-timeline-group {
46
border: none;
47
}
48
49
.phui-comment-panel .phui-timeline-major-event .phui-timeline-title {
50
background: none;
51
border: none;
52
padding: 0;
53
visibility: hidden;
54
}
55
56
.phui-comment-panel .phui-timeline-major-event .phui-timeline-title a {
57
visibility: visible;
58
}
59
60
.phui-comment-panel .phui-timeline-icon-fill,
61
.phui-comment-panel .phui-timeline-menu {
62
display: none;
63
}
64
65
.phui-comment-panel .phui-timeline-major-event .phui-timeline-content {
66
border: none;
67
}
68
69
.phui-comment-panel .phui-timeline-major-event .phui-timeline-content
70
.phui-timeline-core-content {
71
border: none;
72
padding: 4px 0;
73
background: transparent;
74
}
75
76
.phui-comment-panel .phui-timeline-older-transactions-are-hidden {
77
background-color: {$lightgreybackground};
78
border: none;
79
}
80
81
.phui-comment-panel .phui-timeline-badges {
82
display: none;
83
}
84
85
.lightbox-comment-form .phui-form-view {
86
padding-top: 0;
87
}
88
89
.lightbox-comment-form .aphront-form-control {
90
padding: 0;
91
}
92
93
.lightbox-comment-form .aphront-form-input {
94
margin: 0;
95
width: auto;
96
}
97
98
.lightbox-comment-form .remarkup-assist-bar {
99
display: none;
100
}
101
102
.lightbox-comment-form .aphront-form-input .remarkup-assist-textarea {
103
border-radius: 3px;
104
border: 1px solid {$lightgreyborder};
105
height: 6em;
106
}
107
108