mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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
This commit is contained in:
parent
7b97d006a5
commit
78f783222e
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'a4212efe',
|
||||
'core.pkg.css' => '6c1c61b1',
|
||||
'core.pkg.js' => '5f0169b1',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => '4a93db37',
|
||||
|
@ -38,7 +38,7 @@ return array(
|
|||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '72d1d2ef',
|
||||
'rsrc/css/application/base/notification-menu.css' => 'cbff1b94',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'cb9f4db1',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '81bebcff',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
||||
'rsrc/css/application/chatlog/chatlog.css' => '852140ff',
|
||||
'rsrc/css/application/config/config-options.css' => '7fedf08b',
|
||||
|
@ -685,7 +685,7 @@ return array(
|
|||
'people-profile-css' => 'ba7b2762',
|
||||
'phabricator-action-header-view-css' => 'ad0d8f42',
|
||||
'phabricator-action-list-view-css' => 'dcbfc854',
|
||||
'phabricator-application-launch-view-css' => 'cb9f4db1',
|
||||
'phabricator-application-launch-view-css' => '81bebcff',
|
||||
'phabricator-busy' => '6453c869',
|
||||
'phabricator-chatlog-css' => '852140ff',
|
||||
'phabricator-content-source-view-css' => '4b8b05d4',
|
||||
|
|
|
@ -56,8 +56,7 @@ div.phabricator-application-launch-container {
|
|||
font-weight: bold;
|
||||
color: {$darkbluetext};
|
||||
font-size: 13px;
|
||||
margin-top: 6px;
|
||||
margin-left: 44px;
|
||||
margin: 6px 0 2px 44px;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
|
@ -83,11 +82,12 @@ div.phabricator-application-launch-container {
|
|||
|
||||
.phabricator-application-launch-attention {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
color: {$darkbluetext};
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.phabricator-application-attention-count {
|
||||
|
|
Loading…
Reference in a new issue