mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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
This commit is contained in:
parent
666f19e504
commit
9ea6249a18
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '5eabac59',
|
'core.pkg.css' => '521656c5',
|
||||||
'core.pkg.js' => '47dc9ebb',
|
'core.pkg.js' => '47dc9ebb',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '2de124c9',
|
'differential.pkg.css' => '2de124c9',
|
||||||
|
@ -25,7 +25,7 @@ return array(
|
||||||
'rsrc/css/aphront/notification.css' => '9c279160',
|
'rsrc/css/aphront/notification.css' => '9c279160',
|
||||||
'rsrc/css/aphront/panel-view.css' => '8427b78d',
|
'rsrc/css/aphront/panel-view.css' => '8427b78d',
|
||||||
'rsrc/css/aphront/phabricator-nav-view.css' => 'a24cb589',
|
'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/tokenizer.css' => '04875312',
|
||||||
'rsrc/css/aphront/tooltip.css' => '7672b60f',
|
'rsrc/css/aphront/tooltip.css' => '7672b60f',
|
||||||
'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c',
|
'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c',
|
||||||
|
@ -492,7 +492,7 @@ return array(
|
||||||
'aphront-list-filter-view-css' => '5d6f0526',
|
'aphront-list-filter-view-css' => '5d6f0526',
|
||||||
'aphront-multi-column-view-css' => 'fd18389d',
|
'aphront-multi-column-view-css' => 'fd18389d',
|
||||||
'aphront-panel-view-css' => '8427b78d',
|
'aphront-panel-view-css' => '8427b78d',
|
||||||
'aphront-table-view-css' => '34ee903e',
|
'aphront-table-view-css' => '63985f5b',
|
||||||
'aphront-tokenizer-control-css' => '04875312',
|
'aphront-tokenizer-control-css' => '04875312',
|
||||||
'aphront-tooltip-css' => '7672b60f',
|
'aphront-tooltip-css' => '7672b60f',
|
||||||
'aphront-typeahead-control-css' => '0e403212',
|
'aphront-typeahead-control-css' => '0e403212',
|
||||||
|
|
|
@ -102,7 +102,7 @@ th.aphront-table-view-sortable-selected {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.aphront-table-view th {
|
.aphront-table-view th {
|
||||||
padding: 10px 10px;
|
padding: 8px 10px;
|
||||||
font-size: {$normalfontsize};
|
font-size: {$normalfontsize};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue