Tweak mobile timeline
Summary: Improves timeline legebility by pulling date inline with title in timeline mobile. Test Plan: shrink screen for a task, see new layout Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7236
This commit is contained in:
@@ -3474,7 +3474,7 @@ celerity_register_resource_map(array(
|
|||||||
),
|
),
|
||||||
'phabricator-timeline-view-css' =>
|
'phabricator-timeline-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/49ac2513/rsrc/css/layout/phabricator-timeline-view.css',
|
'uri' => '/res/d139291d/rsrc/css/layout/phabricator-timeline-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -154,9 +154,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.device .phabricator-timeline-extra {
|
.device .phabricator-timeline-extra {
|
||||||
display: block;
|
display: inline-block;
|
||||||
text-align: right;
|
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-timeline-red .phabricator-timeline-border {
|
.phabricator-timeline-red .phabricator-timeline-border {
|
||||||
|
|||||||
Reference in New Issue
Block a user