1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

Show timestamps all the time in Conpherence

Summary: Fixes T9112. These got removed accidentally at some point. Add them back.

Test Plan: Visit a Conpherence, desktop, mobile, web, column.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10364, T9112

Differential Revision: https://secure.phabricator.com/D16534
This commit is contained in:
Chad Little 2016-09-09 14:09:43 -07:00
parent 0b0bc20e11
commit 1ccb44ebe8
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
*/ */
return array( return array(
'names' => array( 'names' => array(
'conpherence.pkg.css' => 'f0fcbfd2', 'conpherence.pkg.css' => '06803437',
'core.pkg.css' => '1ca373de', 'core.pkg.css' => '1ca373de',
'core.pkg.js' => '1d376fa9', 'core.pkg.js' => '1d376fa9',
'darkconsole.pkg.js' => 'e7393ebb', 'darkconsole.pkg.js' => 'e7393ebb',
@ -47,7 +47,7 @@ return array(
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a', 'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
'rsrc/css/application/conpherence/durable-column.css' => '194ac487', 'rsrc/css/application/conpherence/durable-column.css' => '194ac487',
'rsrc/css/application/conpherence/menu.css' => '4c959efa', 'rsrc/css/application/conpherence/menu.css' => '4c959efa',
'rsrc/css/application/conpherence/message-pane.css' => '31dc663d', 'rsrc/css/application/conpherence/message-pane.css' => '029bd52f',
'rsrc/css/application/conpherence/notification.css' => '6cdcc253', 'rsrc/css/application/conpherence/notification.css' => '6cdcc253',
'rsrc/css/application/conpherence/transaction.css' => '2c71247c', 'rsrc/css/application/conpherence/transaction.css' => '2c71247c',
'rsrc/css/application/conpherence/update.css' => 'faf6be09', 'rsrc/css/application/conpherence/update.css' => 'faf6be09',
@ -616,7 +616,7 @@ return array(
'config-page-css' => '8798e14f', 'config-page-css' => '8798e14f',
'conpherence-durable-column-view' => '194ac487', 'conpherence-durable-column-view' => '194ac487',
'conpherence-menu-css' => '4c959efa', 'conpherence-menu-css' => '4c959efa',
'conpherence-message-pane-css' => '31dc663d', 'conpherence-message-pane-css' => '029bd52f',
'conpherence-notification-css' => '6cdcc253', 'conpherence-notification-css' => '6cdcc253',
'conpherence-thread-manager' => '01774ab2', 'conpherence-thread-manager' => '01774ab2',
'conpherence-transaction-css' => '2c71247c', 'conpherence-transaction-css' => '2c71247c',

View file

@ -281,7 +281,7 @@
} }
.conpherence-message-pane .conpherence-transaction-info { .conpherence-message-pane .conpherence-transaction-info {
display: none; margin: 0 8px;
} }
.conpherence-message-pane .conpherence-transaction-info, .conpherence-message-pane .conpherence-transaction-info,