1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-25 15:00:58 +01:00

Minor Timeline CSS tweaks

Summary: Remove user image background color, fix spacing in titles.

Test Plan: Tested a task and a pholio mock, various states.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D7190
This commit is contained in:
Chad Little 2013-10-01 15:48:21 -07:00
parent 9f1314b653
commit fb93fd007f
2 changed files with 3 additions and 4 deletions

View file

@ -3474,7 +3474,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-timeline-view-css' => 'phabricator-timeline-view-css' =>
array( array(
'uri' => '/res/c3898a8b/rsrc/css/layout/phabricator-timeline-view.css', 'uri' => '/res/49ac2513/rsrc/css/layout/phabricator-timeline-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -68,7 +68,6 @@
} }
.phabricator-timeline-image { .phabricator-timeline-image {
background: #c0c5d1;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
} }
@ -89,7 +88,7 @@
.phabricator-timeline-major-event .phabricator-timeline-title { .phabricator-timeline-major-event .phabricator-timeline-title {
background: {$lightgreybackground}; background: {$lightgreybackground};
min-height: 29px; min-height: 18px;
} }
.phabricator-timeline-title { .phabricator-timeline-title {
@ -104,7 +103,7 @@
.phabricator-timeline-major-event .phabricator-timeline-content .phabricator-timeline-major-event .phabricator-timeline-content
.phabricator-timeline-core-content { .phabricator-timeline-core-content {
padding: 10px 15px; padding: 12px;
} }
.phabricator-timeline-core-content { .phabricator-timeline-core-content {