mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-29 16:08:22 +01:00
Clean up ErrorView inside lists
Summary: Fixes T7104 Test Plan: Load up a config page with no errors Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7104 Differential Revision: https://secure.phabricator.com/D11616
This commit is contained in:
parent
7acaf25bcc
commit
5fdee15117
2 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '44f5d60d',
|
||||
'core.pkg.css' => 'c7357655',
|
||||
'core.pkg.js' => '65e04767',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -137,7 +137,7 @@ return array(
|
|||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||
'rsrc/css/phui/phui-list.css' => '53deb25c',
|
||||
'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '9626caac',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '2670a4a9',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
|
@ -785,7 +785,7 @@ return array(
|
|||
'phui-info-panel-css' => '27ea50a1',
|
||||
'phui-list-view-css' => '53deb25c',
|
||||
'phui-object-box-css' => 'b8b7fd78',
|
||||
'phui-object-item-list-view-css' => '9626caac',
|
||||
'phui-object-item-list-view-css' => '2670a4a9',
|
||||
'phui-pinboard-view-css' => '3dd4a269',
|
||||
'phui-property-list-view-css' => '51480060',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
|
|
|
@ -28,9 +28,10 @@ ul.phui-object-item-list-view {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.phui-object-item-list-view .phui-error-view {
|
||||
margin: 4px 0 8px 0;
|
||||
.phui-object-box .phui-object-item-list-view .phui-error-view {
|
||||
margin: 4px 0;
|
||||
color: {$greytext};
|
||||
border: none;
|
||||
}
|
||||
|
||||
.phui-object-item {
|
||||
|
|
Loading…
Add table
Reference in a new issue