mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fix outlier dashboard panel display bugs
Summary: ref T7236, should resolve all, or at least most issues. Test Plan: Tested Legalpad, Account Activity, Feed, Maniphest, Differential, Projects, Countdown Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7236 Differential Revision: https://secure.phabricator.com/D11738
This commit is contained in:
parent
7797443428
commit
edc7fcbd5a
2 changed files with 12 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => 'e5d56a4a',
|
'core.pkg.css' => '871df527',
|
||||||
'core.pkg.js' => '65e04767',
|
'core.pkg.js' => '65e04767',
|
||||||
'darkconsole.pkg.js' => '8ab24e01',
|
'darkconsole.pkg.js' => '8ab24e01',
|
||||||
'differential.pkg.css' => '380f07e5',
|
'differential.pkg.css' => '380f07e5',
|
||||||
|
@ -138,7 +138,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||||
'rsrc/css/phui/phui-list.css' => '53deb25c',
|
'rsrc/css/phui/phui-list.css' => '53deb25c',
|
||||||
'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78',
|
'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78',
|
||||||
'rsrc/css/phui/phui-object-item-list-view.css' => '97d117e1',
|
'rsrc/css/phui/phui-object-item-list-view.css' => '79aeec9e',
|
||||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||||
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
||||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||||
|
@ -792,7 +792,7 @@ return array(
|
||||||
'phui-info-panel-css' => '27ea50a1',
|
'phui-info-panel-css' => '27ea50a1',
|
||||||
'phui-list-view-css' => '53deb25c',
|
'phui-list-view-css' => '53deb25c',
|
||||||
'phui-object-box-css' => 'b8b7fd78',
|
'phui-object-box-css' => 'b8b7fd78',
|
||||||
'phui-object-item-list-view-css' => '97d117e1',
|
'phui-object-item-list-view-css' => '79aeec9e',
|
||||||
'phui-pinboard-view-css' => '3dd4a269',
|
'phui-pinboard-view-css' => '3dd4a269',
|
||||||
'phui-property-list-view-css' => '51480060',
|
'phui-property-list-view-css' => '51480060',
|
||||||
'phui-remarkup-preview-css' => '19ad512b',
|
'phui-remarkup-preview-css' => '19ad512b',
|
||||||
|
|
|
@ -678,6 +678,7 @@ ul.phui-object-item-icons {
|
||||||
.dashboard-panel .phui-object-item-empty .phui-error-view {
|
.dashboard-panel .phui-object-item-empty .phui-error-view {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid {$thinblueborder};
|
border-bottom: 1px solid {$thinblueborder};
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-desktop .aphront-multi-column-fluid .aphront-multi-column-2-up
|
.device-desktop .aphront-multi-column-fluid .aphront-multi-column-2-up
|
||||||
|
@ -685,6 +686,14 @@ ul.phui-object-item-icons {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard-panel .phui-object-box .phui-header-shell {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dashboard-panel .phui-object-box {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* - Launcher List ---------------------------------------------------------- */
|
/* - Launcher List ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue