mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +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:
parent
9f1314b653
commit
fb93fd007f
2 changed files with 3 additions and 4 deletions
|
@ -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(
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue