1
0
Fork 0
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:
Chad Little 2013-09-02 12:51:21 -07:00
parent b7f6956ec9
commit 35b209c464
2 changed files with 3 additions and 3 deletions

View file

@ -981,7 +981,7 @@ celerity_register_resource_map(array(
),
'conpherence-message-pane-css' =>
array(
'uri' => '/res/3a0ba8ea/rsrc/css/application/conpherence/message-pane.css',
'uri' => '/res/83dc2412/rsrc/css/application/conpherence/message-pane.css',
'type' => 'css',
'requires' =>
array(

View file

@ -76,7 +76,7 @@
.conpherence-message-pane .phui-form-view {
border-width: 0;
background: none;
background-color: {$lightgreybackground};
height: 190px;
padding: 0;
position: fixed;
@ -189,7 +189,7 @@
}
.conpherence-message-pane .aphront-form-control-submit {
margin-right: 8px;
margin: 3px 8px 0 0;
}
.conpherence-message-pane .remarkup-assist-bar {
border-width: 1px 0 0;