mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Remove margin on error-view when in an object list
Summary: I feel like this got derped by recent updates, who knows. Test Plan: Tested a failed Project search in Projects and in Dashboards. Spacing seems correct {F297441} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11755
This commit is contained in:
parent
30b201bade
commit
1e94320371
2 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '871df527',
|
'core.pkg.css' => '86353aff',
|
||||||
'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' => '79aeec9e',
|
'rsrc/css/phui/phui-object-item-list-view.css' => 'da095b41',
|
||||||
'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' => '79aeec9e',
|
'phui-object-item-list-view-css' => 'da095b41',
|
||||||
'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',
|
||||||
|
|
|
@ -32,6 +32,10 @@ ul.phui-object-item-list-view {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phui-object-item-list-view .phui-error-view {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.phui-object-box .phui-object-item-list-view .phui-error-view {
|
.phui-object-box .phui-object-item-list-view .phui-error-view {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
color: {$greytext};
|
color: {$greytext};
|
||||||
|
|
Loading…
Reference in a new issue