mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Automatically make timeline + objectbox sit flush
Summary: Right now you have to know to setFlush on an ObjectBox preceding a timeline, we can make that automatic with CSS. Test Plan: Test some Diffusion commit pages, boxes now site flush under timeline. Check Maniphest and Differential, no changes. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11617
This commit is contained in:
parent
aef8e49ec6
commit
93be937d90
2 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'a65a887d',
|
||||
'core.pkg.css' => '4580dc38',
|
||||
'core.pkg.js' => '65e04767',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -145,7 +145,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '6b74282b',
|
||||
'rsrc/css/phui/phui-text.css' => 'cf019f54',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '415bf348',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'b0fbc4d7',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => '8896938c',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => 'e495a5cc',
|
||||
'rsrc/css/sprite-gradient.css' => '4bdb98a7',
|
||||
|
@ -793,7 +793,7 @@ return array(
|
|||
'phui-status-list-view-css' => '888cedb8',
|
||||
'phui-tag-view-css' => '6b74282b',
|
||||
'phui-text-css' => 'cf019f54',
|
||||
'phui-timeline-view-css' => '415bf348',
|
||||
'phui-timeline-view-css' => 'b0fbc4d7',
|
||||
'phui-workboard-view-css' => '8896938c',
|
||||
'phui-workpanel-view-css' => 'e495a5cc',
|
||||
'phuix-action-list-view' => 'b5c256b8',
|
||||
|
|
|
@ -370,3 +370,7 @@ a.phui-timeline-menu .phui-icon-view {
|
|||
.phui-timeline-menu.phuix-dropdown-open {
|
||||
background: {$hovergrey};
|
||||
}
|
||||
|
||||
.phui-timeline-view + .phui-object-box {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue