From e0bba9bae7f22edbac64790bb18b1b7575107d2e Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 20 Jul 2015 13:48:35 -0700 Subject: [PATCH] Better icon alignment home nav Summary: These icons weren't actually centering. Widen the width and actually center the text. Test Plan: Review centering very carefully. Test home desktop / mobile Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13648 --- resources/celerity/map.php | 6 +++--- .../base/phabricator-application-launch-view.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index ed1a935ca6..e116f63ab7 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '5b0a985d', + 'core.pkg.css' => 'b5cc2f39', 'core.pkg.js' => 'a590b451', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '9451634c', @@ -35,7 +35,7 @@ return array( 'rsrc/css/application/auth/auth.css' => '0877ed6e', 'rsrc/css/application/base/main-menu-view.css' => '2f670a96', 'rsrc/css/application/base/notification-menu.css' => 'f31c0bde', - 'rsrc/css/application/base/phabricator-application-launch-view.css' => '077e63cb', + 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 'rsrc/css/application/base/phui-theme.css' => '6b451f24', 'rsrc/css/application/base/standard-page-view.css' => '4d176b67', 'rsrc/css/application/calendar/calendar-icon.css' => 'c69aa59f', @@ -717,7 +717,7 @@ return array( 'path-typeahead' => 'f7fc67ec', 'people-profile-css' => '25970776', 'phabricator-action-list-view-css' => 'c5eba19d', - 'phabricator-application-launch-view-css' => '077e63cb', + 'phabricator-application-launch-view-css' => '95351601', 'phabricator-busy' => '59a7976a', 'phabricator-chatlog-css' => 'd295b020', 'phabricator-content-source-view-css' => '4b8b05d4', diff --git a/webroot/rsrc/css/application/base/phabricator-application-launch-view.css b/webroot/rsrc/css/application/base/phabricator-application-launch-view.css index 1186828646..a4b97ce83f 100644 --- a/webroot/rsrc/css/application/base/phabricator-application-launch-view.css +++ b/webroot/rsrc/css/application/base/phabricator-application-launch-view.css @@ -40,10 +40,10 @@ div.phabricator-application-launch-container { .phabricator-application-launch-icon { position: absolute; - width: 18px; + width: 38px; height: 18px; - top: 12px; - left: 10px; + top: 6px; + left: 0; font-size: 18px; text-align: center; vertical-align: bottom;