1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

[Redesign] Durable Column touchups

Summary: Ref T8099, slightly cleaner/crisper right gutter, fix icon color, fix date marker.

Test Plan: Review Durable column and scroll behaviour.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D12880
This commit is contained in:
Chad Little 2015-05-16 13:43:07 -07:00
parent d714f3273f
commit 3730805b1a
2 changed files with 11 additions and 7 deletions

View file

@ -7,7 +7,7 @@
*/
return array(
'names' => array(
'core.pkg.css' => 'ff3395d7',
'core.pkg.css' => 'a6cf8066',
'core.pkg.js' => 'f3e08b38',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => 'bb338e4b',
@ -45,7 +45,7 @@ return array(
'rsrc/css/application/config/config-welcome.css' => '6abd79be',
'rsrc/css/application/config/setup-issue.css' => '22270af2',
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
'rsrc/css/application/conpherence/durable-column.css' => '27c64ba8',
'rsrc/css/application/conpherence/durable-column.css' => 'd1e796f0',
'rsrc/css/application/conpherence/menu.css' => 'f9f1d143',
'rsrc/css/application/conpherence/message-pane.css' => '7cbf4cbb',
'rsrc/css/application/conpherence/notification.css' => '919974b6',
@ -495,7 +495,7 @@ return array(
'conduit-api-css' => '7bc725c4',
'config-options-css' => '7fedf08b',
'config-welcome-css' => '6abd79be',
'conpherence-durable-column-view' => '27c64ba8',
'conpherence-durable-column-view' => 'd1e796f0',
'conpherence-menu-css' => 'f9f1d143',
'conpherence-message-pane-css' => '7cbf4cbb',
'conpherence-notification-css' => '919974b6',

View file

@ -46,8 +46,7 @@
}
.with-durable-margin .conpherence-durable-column {
right: 12px;
box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.10);
border-right: 12px solid {$lightgreybackground};
}
.conpherence-durable-column .loading-mask {
@ -74,6 +73,11 @@
padding-right: 4px;
}
.conpherence-durable-column-header {
border-left: 1px solid {$lightblueborder};
border-right: 1px solid {$lightblueborder};
}
.conpherence-durable-column-header-text {
float: left;
padding: 13px 0 12px 12px;
@ -84,11 +88,10 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border-left: 1px solid {$lightblueborder};
}
.conpherence-durable-column-header-text .phui-icon-view {
color: rgba(255, 255, 255, 0.8);
color: {$bluetext};
}
.conpherence-durable-column-icon-bar {
@ -208,6 +211,7 @@
.conpherence-transaction-view.date-marker .date {
left: 0;
font-size: 12px;
top: -14px;
padding: 0 6px 0 0;
}