diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 32abc24c7b..593b1876e0 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -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( diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css index 0fa44fefbb..988f4d3f2e 100644 --- a/webroot/rsrc/css/application/conpherence/message-pane.css +++ b/webroot/rsrc/css/application/conpherence/message-pane.css @@ -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;