Page MenuHomePhabricator

D17725.id.diff
No OneTemporary

D17725.id.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -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 @@
'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 @@
'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',
diff --git a/webroot/rsrc/css/application/conpherence/header-pane.css b/webroot/rsrc/css/application/conpherence/header-pane.css
--- a/webroot/rsrc/css/application/conpherence/header-pane.css
+++ b/webroot/rsrc/css/application/conpherence/header-pane.css
@@ -3,7 +3,7 @@
*/
.conpherence-header-pane {
- background-color: #f9f9f9;
+ background-color: {$lightbluebackground};
}
.conpherence-header-pane .phui-header-shell {
diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css
--- a/webroot/rsrc/css/application/conpherence/message-pane.css
+++ b/webroot/rsrc/css/application/conpherence/message-pane.css
@@ -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 @@
.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 @@
.show-searchbar .conpherence-search-form-view {
display: block;
height: 54px;
- background: {$lightbluebackground};
+ background: #fff;
position: absolute;
- top: 1px;
+ top: 0;
left: 0;
right: 0;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 10:23 AM (4 d, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709659
Default Alt Text
D17725.id.diff (3 KB)

Event Timeline