From e440a4235655082c80034c767be105a37e2cae5d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 28 Jun 2015 17:59:18 -0700 Subject: [PATCH] [Redesign] Normalize button sizes Summary: Ref T8099, These got bigger in the redesign (font?), and didn't fit in certain spots (Conpherence, Dialogs) Test Plan: Test new button sizes in Conpherence, Durable Column, Dialogs Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13467 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/phui/phui-button.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index ab43b7df87..f449e42e47 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '2b10c4f7', + 'core.pkg.css' => '37a3c69f', 'core.pkg.js' => 'a590b451', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '1b36e899', @@ -127,7 +127,7 @@ return array( 'rsrc/css/phui/phui-action-list.css' => '32c388b3', 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 'rsrc/css/phui/phui-box.css' => 'a5bb366d', - 'rsrc/css/phui/phui-button.css' => 'f4d9c140', + 'rsrc/css/phui/phui-button.css' => '2520531d', 'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2', 'rsrc/css/phui/phui-document.css' => '3eb3b3e3', 'rsrc/css/phui/phui-feed-story.css' => 'c70d2dd9', @@ -765,7 +765,7 @@ return array( 'phriction-document-css' => 'd1861e06', 'phui-action-panel-css' => '3ee9afd5', 'phui-box-css' => 'a5bb366d', - 'phui-button-css' => 'f4d9c140', + 'phui-button-css' => '2520531d', 'phui-calendar-css' => 'ccabe893', 'phui-calendar-day-css' => 'd1cf6f93', 'phui-calendar-list-css' => 'c1c7f338', diff --git a/webroot/rsrc/css/phui/phui-button.css b/webroot/rsrc/css/phui/phui-button.css index 28cc742d95..d8cf42187a 100644 --- a/webroot/rsrc/css/phui/phui-button.css +++ b/webroot/rsrc/css/phui/phui-button.css @@ -33,7 +33,7 @@ input[type="submit"] { font-weight: bold; font-size: {$normalfontsize}; display: inline-block; - padding: 4px 14px 5px; + padding: 3px 12px 4px; text-align: center; white-space: nowrap; border-radius: 3px;