From 239b7c7f5c8bf4d039c8281bd30647a34b962f1b Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 30 Jan 2017 15:14:38 -0800 Subject: [PATCH] Fix icon spacing for adjacent build status and audit status in commit history tables Summary: Ref T10978. These were a little too snug. Test Plan: {F2549613} Reviewers: chad Reviewed By: chad Maniphest Tasks: T10978 Differential Revision: https://secure.phabricator.com/D17268 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/aphront/table-view.css | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 4344b23a8d..bfce26963d 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -9,7 +9,7 @@ return array( 'names' => array( 'conpherence.pkg.css' => 'e25569a9', 'conpherence.pkg.js' => '6249a1cf', - 'core.pkg.css' => 'ea0e9c0c', + 'core.pkg.css' => '7c235ec7', 'core.pkg.js' => '2291d3b2', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '4815647b', @@ -27,7 +27,7 @@ return array( 'rsrc/css/aphront/notification.css' => '3f6c89c9', 'rsrc/css/aphront/panel-view.css' => '8427b78d', 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', - 'rsrc/css/aphront/table-view.css' => '3225137a', + 'rsrc/css/aphront/table-view.css' => '213a5981', 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 'rsrc/css/aphront/tooltip.css' => '1a07aea8', 'rsrc/css/aphront/typeahead-browse.css' => '8904346a', @@ -553,7 +553,7 @@ return array( 'aphront-list-filter-view-css' => '5d6f0526', 'aphront-multi-column-view-css' => '84cc6640', 'aphront-panel-view-css' => '8427b78d', - 'aphront-table-view-css' => '3225137a', + 'aphront-table-view-css' => '213a5981', 'aphront-tokenizer-control-css' => '9a8cb501', 'aphront-tooltip-css' => '1a07aea8', 'aphront-typeahead-control-css' => 'd4f16145', diff --git a/webroot/rsrc/css/aphront/table-view.css b/webroot/rsrc/css/aphront/table-view.css index 980118d31a..1d59435e3b 100644 --- a/webroot/rsrc/css/aphront/table-view.css +++ b/webroot/rsrc/css/aphront/table-view.css @@ -210,7 +210,9 @@ th.aphront-table-view-sortable-selected { padding: 0px; } - +.aphront-table-view td.icon + td.icon { + padding-left: 8px; +} div.single-display-line-bounds { width: 100%; -- 2.51.2