Skip to content

Commit 7c80257

Browse files
author
Chad Little
committedNov 15, 2016
Clean up Phame comment box CSS
Summary: Fixes some outlying issues with new comment box and Phame Posts. Test Plan: Review CSS in sandbox, post new reply, see proper spacing. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16869
1 parent edba4bb commit 7c80257

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed
 

‎resources/celerity/map.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b',
8585
'rsrc/css/application/paste/paste.css' => '1898e534',
8686
'rsrc/css/application/people/people-profile.css' => '2473d929',
87-
'rsrc/css/application/phame/phame.css' => '8efb0729',
87+
'rsrc/css/application/phame/phame.css' => '654dd9ef',
8888
'rsrc/css/application/pholio/pholio-edit.css' => '07676f51',
8989
'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49',
9090
'rsrc/css/application/pholio/pholio.css' => 'ca89d380',
@@ -135,7 +135,7 @@
135135
'rsrc/css/phui/phui-comment-form.css' => '4ecc56ef',
136136
'rsrc/css/phui/phui-crumbs-view.css' => '195ac419',
137137
'rsrc/css/phui/phui-curtain-view.css' => '947bf1a4',
138-
'rsrc/css/phui/phui-document-pro.css' => 'd4559738',
138+
'rsrc/css/phui/phui-document-pro.css' => 'c354e312',
139139
'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf',
140140
'rsrc/css/phui/phui-document.css' => 'c32e8dec',
141141
'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9',
@@ -824,7 +824,7 @@
824824
'phabricator-uiexample-reactor-sendclass' => '1def2711',
825825
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
826826
'phabricator-zindex-css' => 'd1270942',
827-
'phame-css' => '8efb0729',
827+
'phame-css' => '654dd9ef',
828828
'pholio-css' => 'ca89d380',
829829
'pholio-edit-css' => '07676f51',
830830
'pholio-inline-comments-css' => '8e545e49',
@@ -851,7 +851,7 @@
851851
'phui-curtain-view-css' => '947bf1a4',
852852
'phui-document-summary-view-css' => '9ca48bdf',
853853
'phui-document-view-css' => 'c32e8dec',
854-
'phui-document-view-pro-css' => 'd4559738',
854+
'phui-document-view-pro-css' => 'c354e312',
855855
'phui-feed-story-css' => '44a9c8e9',
856856
'phui-font-icon-base-css' => '870a7360',
857857
'phui-fontkit-css' => '9cda225e',

‎webroot/rsrc/css/application/phame/phame.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,15 @@
309309
padding-top: 8px;
310310
}
311311

312-
.phame-comment-view .aphront-form-control.aphront-form-control-select {
312+
.phame-comment-view .phui-comment-form-view .phui-comment-action-bar {
313313
display: none;
314314
}
315+
316+
.phame-comment-view .phui-comment-form-view .phui-comment-has-actions
317+
.phui-comment-textarea-control {
318+
padding-top: 16px;
319+
}
320+
321+
.phame-comment-view .phui-document-view-pro-box .phui-object-box {
322+
margin-bottom: 16px;
323+
}

‎webroot/rsrc/css/phui/phui-document-pro.css

-4
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ a.button.phui-document-toc {
198198
border-top: 1px solid rgba({$alphablue}, 0.20);
199199
}
200200

201-
.phui-document-view-pro-box .phui-timeline-image {
202-
border-radius: 25px;
203-
}
204-
205201
.phui-document-view-pro-box .phui-timeline-wedge {
206202
display: none;
207203
}

0 commit comments

Comments
 (0)
Failed to load comments.