Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-comment-form.css
12241 views
1
/**
2
* @provides phui-comment-form-css
3
*/
4
5
body .phui-box.phui-object-box.phui-comment-form-view {
6
background-color: {$page.content};
7
margin-left: 62px;
8
position: relative;
9
}
10
11
body.device .phui-box.phui-object-box.phui-comment-form-view {
12
margin-left: 0;
13
}
14
15
.phui-comment-form-view.phui-object-box {
16
padding: 0;
17
}
18
19
.phui-comment-form-view .phui-form-view {
20
padding: 0;
21
}
22
23
.phui-comment-form-view .phui-comment-image {
24
background-repeat: no-repeat;
25
position: absolute;
26
border-radius: 3px;
27
background-size: 100%;
28
display: block;
29
}
30
31
.device-desktop .phui-comment-form-view .phui-comment-image {
32
width: 50px;
33
height: 50px;
34
top: 0px;
35
left: -62px;
36
}
37
38
.phui-comment-form-view .phui-timeline-wedge {
39
top: 26px;
40
}
41
42
.phui-comment-fullwidth-control .aphront-form-input {
43
margin: 0;
44
width: auto;
45
}
46
47
.phui-comment-form-view .remarkup-assist-bar {
48
height: 32px;
49
border-color: {$lightblueborder};
50
border-top-left-radius: 3px;
51
border-top-right-radius: 3px;
52
padding: 0 4px;
53
}
54
55
.device-phone .phui-comment-form-view .remarkup-assist-bar,
56
.device-phone .phui-comment-form-view .aphront-form-input
57
.remarkup-assist-textarea {
58
border-radius: 0;
59
}
60
61
.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea {
62
border-color: {$lightblueborder};
63
border-top: 1px solid {$thinblueborder};
64
padding: 8px;
65
height: 12em;
66
background-color: rgba({$alphablue},.02);
67
}
68
69
.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea:focus {
70
background-color: {$page.content};
71
}
72
73
.device-phone .phui-comment-form-view .aphront-form-input
74
.remarkup-assist-textarea {
75
height: 8em;
76
}
77
78
.phui-comment-form-view .phui-comment-textarea-control {
79
padding: 16px 16px 8px 16px;
80
}
81
82
.phui-comment-form-view .phui-comment-has-actions
83
.phui-comment-textarea-control {
84
padding-top: 0;
85
}
86
87
.device-phone .phui-comment-form-view .phui-comment-textarea-control {
88
padding: 0;
89
margin: -1px;
90
}
91
92
.phui-comment-action {
93
background-color: rgba({$alphablue}, .1);
94
border-radius: 3px;
95
margin: 0px 16px 8px;
96
padding: 6px;
97
}
98
99
.phui-comment-action + .phui-comment-action {
100
margin-top: -4px;
101
}
102
103
.device-phone .phui-comment-action {
104
margin: 8px;
105
}
106
107
.phui-comment-form-view .phui-comment-action-bar {
108
border-bottom: 1px solid {$thinblueborder};
109
background-color: {$bluepropertybackground};
110
padding: 4px 12px 4px 12px;
111
margin-bottom: 16px;
112
}
113
114
.device-phone .phui-comment-form-view .phui-comment-action-bar {
115
margin: 0;
116
padding: 8px;
117
}
118
119
.phui-comment-form-view .phui-comment-submit-control {
120
padding: 0 16px 12px;
121
}
122
123
.device-phone .phui-comment-form-view .phui-comment-submit-control {
124
margin: 0px;
125
padding: 6px 8px 8px;
126
}
127
128
.phui-comment-form-view .phui-comment-action-control {
129
float: left;
130
}
131
132
.device-phone .phui-comment-form-view .phui-comment-action-control {
133
float: none;
134
width: 100%;
135
margin: 0;
136
padding: 0;
137
}
138
139
.phui-comment-form-view .phui-comment-action-icon {
140
float: left;
141
font-size: 20px;
142
color: {$lightbluetext};
143
height: 40px;
144
line-height: 40px;
145
margin: 0 4px;
146
}
147
148
.device-phone .phui-comment-form-view .phui-comment-action-icon {
149
display: none;
150
}
151
152
.device-phone .aphront-form-control-submit button {
153
width: 100%;
154
}
155
156
.phui-comment-form-view .phui-form-view label.aphront-form-label,
157
.phui-comment-form-view .phui-form-view .aphront-form-error {
158
height: 28x;
159
line-height: 28px;
160
padding: 0;
161
}
162
163
.phui-comment-form-view .aphront-form-error .phui-icon-view {
164
padding: 4px;
165
}
166
167
.phui-comment-form-view .phui-form-view .phui-info-view {
168
margin: 16px;
169
}
170
171
.device-phone .phui-comment-form-view .phui-form-view .phui-info-view {
172
margin: 8px;
173
}
174
175