Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18589822
D8371.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D8371.id.diff
View Options
Index: resources/celerity/map.php
===================================================================
--- resources/celerity/map.php
+++ resources/celerity/map.php
@@ -7,7 +7,7 @@
return array(
'names' =>
array(
- 'core.pkg.css' => 'f12d87a6',
+ 'core.pkg.css' => '7c181600',
'core.pkg.js' => 'b7bdab05',
'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => 'd1b3a605',
@@ -138,7 +138,7 @@
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
'rsrc/css/phui/phui-list.css' => '2edb76cf',
'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec',
- 'rsrc/css/phui/phui-object-item-list-view.css' => 'eb579d6c',
+ 'rsrc/css/phui/phui-object-item-list-view.css' => '4e4e3d4c',
'rsrc/css/phui/phui-pinboard-view.css' => '4b346c2a',
'rsrc/css/phui/phui-property-list-view.css' => 'dbf53b12',
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
@@ -753,7 +753,7 @@
'phui-info-panel-css' => '27ea50a1',
'phui-list-view-css' => '2edb76cf',
'phui-object-box-css' => 'ce92d8ec',
- 'phui-object-item-list-view-css' => 'eb579d6c',
+ 'phui-object-item-list-view-css' => '4e4e3d4c',
'phui-pinboard-view-css' => '4b346c2a',
'phui-property-list-view-css' => 'dbf53b12',
'phui-remarkup-preview-css' => '19ad512b',
Index: src/view/phui/PHUIObjectItemListView.php
===================================================================
--- src/view/phui/PHUIObjectItemListView.php
+++ src/view/phui/PHUIObjectItemListView.php
@@ -107,9 +107,15 @@
$items = null;
} else {
$string = nonempty($this->noDataString, pht('No data.'));
- $items = id(new AphrontErrorView())
+ $string = id(new AphrontErrorView())
->setSeverity(AphrontErrorView::SEVERITY_NODATA)
->appendChild($string);
+ $items = phutil_tag(
+ 'li',
+ array(
+ 'class' => 'phui-object-item-empty'),
+ $string);
+
}
$pager = null;
Index: webroot/rsrc/css/phui/phui-object-item-list-view.css
===================================================================
--- webroot/rsrc/css/phui/phui-object-item-list-view.css
+++ webroot/rsrc/css/phui/phui-object-item-list-view.css
@@ -29,7 +29,8 @@
}
.phui-object-item-list-view .aphront-error-view {
- margin: 0;
+ margin: 4px 0 8px 0;
+ color: {$bluetext};
}
.phui-object-item {
@@ -415,11 +416,6 @@
background: {$lightblue};
}
-.phui-object-list-flush .aphront-error-view {
- margin: 0;
- background: #fff;
-}
-
/* - Foot Icons ----------------------------------------------------------------
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sep 13 2025, 4:22 AM (17 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8792103
Default Alt Text
D8371.id.diff (2 KB)
Attached To
Mode
D8371: Normalize spacing around empty object lists
Attached
Detach File
Event Timeline
Log In to Comment