mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
Fix spacing, color in Conpherence Pontificate button
Summary: Spacing got broken during forms update. Test Plan: View Conpherence Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6863
This commit is contained in:
parent
b7f6956ec9
commit
35b209c464
2 changed files with 3 additions and 3 deletions
|
@ -981,7 +981,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'conpherence-message-pane-css' =>
|
'conpherence-message-pane-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/3a0ba8ea/rsrc/css/application/conpherence/message-pane.css',
|
'uri' => '/res/83dc2412/rsrc/css/application/conpherence/message-pane.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
.conpherence-message-pane .phui-form-view {
|
.conpherence-message-pane .phui-form-view {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background: none;
|
background-color: {$lightgreybackground};
|
||||||
height: 190px;
|
height: 190px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-message-pane .aphront-form-control-submit {
|
.conpherence-message-pane .aphront-form-control-submit {
|
||||||
margin-right: 8px;
|
margin: 3px 8px 0 0;
|
||||||
}
|
}
|
||||||
.conpherence-message-pane .remarkup-assist-bar {
|
.conpherence-message-pane .remarkup-assist-bar {
|
||||||
border-width: 1px 0 0;
|
border-width: 1px 0 0;
|
||||||
|
|
Loading…
Reference in a new issue