1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Minor CSS tweaks Conpherence

Summary: Minor pixel shifts with new header ui in place.

Test Plan: Desktop, Mobile, Tablet, with and without search and participants open

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17725
This commit is contained in:
Chad Little 2017-04-18 13:37:52 -07:00
parent b479941ceb
commit df7f56d8e3
3 changed files with 11 additions and 13 deletions

View file

@ -7,7 +7,7 @@
*/
return array(
'names' => array(
'conpherence.pkg.css' => 'a34d59bd',
'conpherence.pkg.css' => '3776e82d',
'conpherence.pkg.js' => '5f86c17d',
'core.pkg.css' => '959330a2',
'core.pkg.js' => '47a69358',
@ -47,9 +47,9 @@ return array(
'rsrc/css/application/config/setup-issue.css' => 'f794cfc3',
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
'rsrc/css/application/conpherence/durable-column.css' => '89ea6bef',
'rsrc/css/application/conpherence/header-pane.css' => '6b2dadbe',
'rsrc/css/application/conpherence/header-pane.css' => 'a1104b93',
'rsrc/css/application/conpherence/menu.css' => '88100764',
'rsrc/css/application/conpherence/message-pane.css' => '14199428',
'rsrc/css/application/conpherence/message-pane.css' => 'b0f55ecc',
'rsrc/css/application/conpherence/notification.css' => 'cef0a3fc',
'rsrc/css/application/conpherence/participant-pane.css' => '26a3ce56',
'rsrc/css/application/conpherence/transaction.css' => '85129c68',
@ -556,9 +556,9 @@ return array(
'config-options-css' => '0ede4c9b',
'config-page-css' => 'c1d5121b',
'conpherence-durable-column-view' => '89ea6bef',
'conpherence-header-pane-css' => '6b2dadbe',
'conpherence-header-pane-css' => 'a1104b93',
'conpherence-menu-css' => '88100764',
'conpherence-message-pane-css' => '14199428',
'conpherence-message-pane-css' => 'b0f55ecc',
'conpherence-notification-css' => 'cef0a3fc',
'conpherence-participant-pane-css' => '26a3ce56',
'conpherence-thread-manager' => '4d863052',

View file

@ -3,7 +3,7 @@
*/
.conpherence-header-pane {
background-color: #f9f9f9;
background-color: {$lightbluebackground};
}
.conpherence-header-pane .phui-header-shell {

View file

@ -9,7 +9,7 @@
position: fixed;
left: 240px;
right: 240px;
top: 102px;
top: 106px;
bottom: 0px;
min-width: 300px;
width: auto;
@ -20,8 +20,6 @@
.device .loading .messages-loading-icon,
.device .conpherence-layout .conpherence-no-threads {
left: 0;
right: 0;
width: 100%;
}
.conpherence-layout .conpherence-content-pane .conpherence-no-threads {
@ -57,7 +55,7 @@
position: fixed;
left: 240px;
right: 240px;
top: 104px;
top: 106px;
bottom: 142px;
overflow-x: hidden;
overflow-y: auto;
@ -360,7 +358,7 @@ body .conpherence-message-pane .aphront-form-control {
.device .conpherence-message-pane .remarkup-assist-textarea {
margin: 0;
padding: 7px 8px 6px 30px;
padding: 7px 8px 6px 38px;
width: 100%;
height: 34px;
resize: none;
@ -447,9 +445,9 @@ body .conpherence-message-pane .aphront-form-control {
.show-searchbar .conpherence-search-form-view {
display: block;
height: 54px;
background: {$lightbluebackground};
background: #fff;
position: absolute;
top: 1px;
top: 0;
left: 0;
right: 0;
}