Skip to content

Commit 78f7832

Browse files
committed
Align counter to AppName
Summary: aligns the counter to the app name, adds back 2px spacing for description Test Plan: lots of numbers {F164515} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5294 Differential Revision: https://secure.phabricator.com/D9429
1 parent 7b97d00 commit 78f7832

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

resources/celerity/map.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return array(
88
'names' =>
99
array(
10-
'core.pkg.css' => 'a4212efe',
10+
'core.pkg.css' => '6c1c61b1',
1111
'core.pkg.js' => '5f0169b1',
1212
'darkconsole.pkg.js' => 'ca8671ce',
1313
'differential.pkg.css' => '4a93db37',
@@ -38,7 +38,7 @@
3838
'rsrc/css/application/auth/auth.css' => '1e655982',
3939
'rsrc/css/application/base/main-menu-view.css' => '72d1d2ef',
4040
'rsrc/css/application/base/notification-menu.css' => 'cbff1b94',
41-
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'cb9f4db1',
41+
'rsrc/css/application/base/phabricator-application-launch-view.css' => '81bebcff',
4242
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
4343
'rsrc/css/application/chatlog/chatlog.css' => '852140ff',
4444
'rsrc/css/application/config/config-options.css' => '7fedf08b',
@@ -685,7 +685,7 @@
685685
'people-profile-css' => 'ba7b2762',
686686
'phabricator-action-header-view-css' => 'ad0d8f42',
687687
'phabricator-action-list-view-css' => 'dcbfc854',
688-
'phabricator-application-launch-view-css' => 'cb9f4db1',
688+
'phabricator-application-launch-view-css' => '81bebcff',
689689
'phabricator-busy' => '6453c869',
690690
'phabricator-chatlog-css' => '852140ff',
691691
'phabricator-content-source-view-css' => '4b8b05d4',

webroot/rsrc/css/application/base/phabricator-application-launch-view.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ div.phabricator-application-launch-container {
5656
font-weight: bold;
5757
color: {$darkbluetext};
5858
font-size: 13px;
59-
margin-top: 6px;
60-
margin-left: 44px;
59+
margin: 6px 0 2px 44px;
6160
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
6261
}
6362

@@ -83,11 +82,12 @@ div.phabricator-application-launch-container {
8382

8483
.phabricator-application-launch-attention {
8584
position: absolute;
86-
top: 15px;
85+
top: 8px;
8786
right: 8px;
8887
color: {$darkbluetext};
8988
font-weight: bold;
9089
font-size: 12px;
90+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
9191
}
9292

9393
.phabricator-application-attention-count {

0 commit comments

Comments
 (0)