Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/ponder/ponder-view.css
13466 views
1
/**
2
* @provides ponder-view-css
3
*/
4
5
.ponder-question-container {
6
border-top: 1px solid {$thinblueborder};
7
}
8
9
.device .ponder-view-properties {
10
border-left: none;
11
border-right: none;
12
border-radius: 0;
13
}
14
15
.device .ponder-question-view .phui-timeline-view,
16
.device .ponder-question-view .phui-timeline-event-view {
17
margin: 0;
18
padding: 0;
19
}
20
21
.ponder-view-properties .phui-property-list-container {
22
margin: 0;
23
padding: 0;
24
}
25
26
.ponder-question-view .phui-document-container {
27
border: none;
28
}
29
30
.phui-two-column-view .phui-main-column .ponder-question-content
31
.phui-box.ponder-answer-wiki {
32
margin: 24px 0;
33
}
34
35
.ponder-answer-wiki .phabricator-remarkup {
36
padding: 16px;
37
}
38
39
.ponder-question-content .phui-timeline-view {
40
padding-right: 0;
41
}
42
43
.ponder-answer-view {
44
margin-top: 16px;
45
}
46
47
.device-desktop .ponder-answer-view .phui-timeline-view {
48
margin-left: 32px;
49
}
50
51
.ponder-answer-view .phui-header-subheader {
52
display: inline;
53
margin-left: 12px;
54
}
55
56
.ponder-question-view .ponder-answer .phui-header-shell {
57
padding: 4px 8px 3px 8px;
58
}
59
60
.ponder-answer-view .phui-header-image-href {
61
display: flex;
62
}
63
64
.ponder-answer-view .phui-header-view .phui-header-header {
65
font-size: 15px;
66
}
67
68
.ponder-answer-view .phui-header-col1 {
69
width: 40px;
70
}
71
72
.ponder-answer-view .ponder-answer-content {
73
background-color: #fff;
74
padding: 16px 16px 0 16px;
75
}
76
77
.device-phone .ponder-answer-view .ponder-answer-content {
78
padding: 12px 12px 0 12px;
79
}
80
81
.ponder-answer-view .phui-header-image {
82
height: 30px;
83
width: 30px;
84
border-radius: 3px;
85
}
86
87
.ponder-answer-wiki-header {
88
font-weight: bold;
89
border-bottom: 1px solid {$lightblueborder};
90
color: {$bluetext};
91
padding-bottom: 8px;
92
margin-bottom: 16px;
93
}
94
95
.ponder-footer-view {
96
text-align: left;
97
margin-top: 16px;
98
border-bottom: 1px solid {$thinblueborder};
99
}
100
101
.ponder-answer-view .ponder-footer-view {
102
margin-top: 16px;
103
border-top: 1px solid rgba({$alphagrey}, .15);
104
border-bottom: none;
105
}
106
107
body .phui-main-column .ponder-question-content .ponder-answer-view
108
.phui-object-box.ponder-answer {
109
margin: 0;
110
padding: 0;
111
}
112
113
.ponder-footer-view .ponder-footer-action {
114
padding: 8px 0;
115
margin-right: 8px;
116
display: inline-block;
117
}
118
119
.ponder-answer-section {
120
margin-top: 48px;
121
}
122
123
.ponder-add-answer-header {
124
margin-top: 64px;
125
margin-bottom: 20px;
126
}
127
128
.ponder-add-answer-view {
129
margin-top: 16px;
130
}
131
132
.ponder-question-content div.ponder-question-add-comment-view
133
div.phui-box.phui-object-box {
134
margin-right: 0;
135
margin-left: 62px;
136
}
137
138
.device .ponder-question-content div.ponder-question-add-comment-view
139
div.phui-box.phui-object-box {
140
margin: 0;
141
}
142
143
.ponder-question-add-comment-view .remarkup-assist-textarea {
144
height: 8em;
145
}
146
147