From 9ea6249a188dc395bf9ce9b5d3825a84faad876a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 19 Sep 2015 19:42:19 -0700 Subject: [PATCH] Shrink aphront table headers Summary: These already have a larger font, the extra height isn't needed. Make them the same size as `td` Test Plan: Look at a bunch of tables. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14135 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/aphront/table-view.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index f1a20bf002..064a961080 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '5eabac59', + 'core.pkg.css' => '521656c5', 'core.pkg.js' => '47dc9ebb', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '2de124c9', @@ -25,7 +25,7 @@ return array( 'rsrc/css/aphront/notification.css' => '9c279160', 'rsrc/css/aphront/panel-view.css' => '8427b78d', 'rsrc/css/aphront/phabricator-nav-view.css' => 'a24cb589', - 'rsrc/css/aphront/table-view.css' => '34ee903e', + 'rsrc/css/aphront/table-view.css' => '63985f5b', 'rsrc/css/aphront/tokenizer.css' => '04875312', 'rsrc/css/aphront/tooltip.css' => '7672b60f', 'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c', @@ -492,7 +492,7 @@ return array( 'aphront-list-filter-view-css' => '5d6f0526', 'aphront-multi-column-view-css' => 'fd18389d', 'aphront-panel-view-css' => '8427b78d', - 'aphront-table-view-css' => '34ee903e', + 'aphront-table-view-css' => '63985f5b', 'aphront-tokenizer-control-css' => '04875312', 'aphront-tooltip-css' => '7672b60f', 'aphront-typeahead-control-css' => '0e403212', diff --git a/webroot/rsrc/css/aphront/table-view.css b/webroot/rsrc/css/aphront/table-view.css index 8b31b33b8d..e0e06317c8 100644 --- a/webroot/rsrc/css/aphront/table-view.css +++ b/webroot/rsrc/css/aphront/table-view.css @@ -102,7 +102,7 @@ th.aphront-table-view-sortable-selected { */ .aphront-table-view th { - padding: 10px 10px; + padding: 8px 10px; font-size: {$normalfontsize}; }