Increase height of logo
Summary: This increases the transparent space around the Phabricator logo. The logo itself is the same size. This allows for adding of other logos more easily without needing to alter the space provided. (Like Phacility) Test Plan: Reload page, screenshot logo, pull into Photoshop and verify spacing top and bottom. {F309985} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11828
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '375bfcd1',
|
||||
'core.pkg.css' => '64aeadfc',
|
||||
'core.pkg.js' => '23d653bb',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '380f07e5',
|
||||
|
@ -35,7 +35,7 @@ return array(
|
|||
'rsrc/css/aphront/typeahead.css' => '0e403212',
|
||||
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '7bb9c588',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '83766540',
|
||||
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '60d0df9a',
|
||||
|
@ -152,7 +152,7 @@ return array(
|
|||
'rsrc/css/sprite-gradient.css' => '4bdb98a7',
|
||||
'rsrc/css/sprite-login.css' => 'a355d921',
|
||||
'rsrc/css/sprite-main-header.css' => '92720ee2',
|
||||
'rsrc/css/sprite-menu.css' => '5033f9a1',
|
||||
'rsrc/css/sprite-menu.css' => '9ef76324',
|
||||
'rsrc/css/sprite-projects.css' => 'b0d9e24f',
|
||||
'rsrc/css/sprite-tokens.css' => '1706b943',
|
||||
'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '5fb6fb0e',
|
||||
|
@ -330,8 +330,8 @@ return array(
|
|||
'rsrc/image/sprite-login-X2.png' => '5ae6de3a',
|
||||
'rsrc/image/sprite-login.png' => '07f2c67c',
|
||||
'rsrc/image/sprite-main-header.png' => '83521873',
|
||||
'rsrc/image/sprite-menu-X2.png' => '670cb5d7',
|
||||
'rsrc/image/sprite-menu.png' => '8c056996',
|
||||
'rsrc/image/sprite-menu-X2.png' => '1c90d7bc',
|
||||
'rsrc/image/sprite-menu.png' => '619781ee',
|
||||
'rsrc/image/sprite-projects-X2.png' => '8c91c839',
|
||||
'rsrc/image/sprite-projects.png' => 'ef9dc9b5',
|
||||
'rsrc/image/sprite-tokens-X2.png' => 'b4776580',
|
||||
|
@ -729,7 +729,7 @@ return array(
|
|||
'phabricator-hovercard-view-css' => '893f4783',
|
||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||
'phabricator-keyboard-shortcut-manager' => 'c1700f6f',
|
||||
'phabricator-main-menu-view' => '7bb9c588',
|
||||
'phabricator-main-menu-view' => '83766540',
|
||||
'phabricator-nav-view-css' => '7aeaf435',
|
||||
'phabricator-notification' => '0c6946e7',
|
||||
'phabricator-notification-css' => '9c279160',
|
||||
|
@ -825,7 +825,7 @@ return array(
|
|||
'sprite-gradient-css' => '4bdb98a7',
|
||||
'sprite-login-css' => 'a355d921',
|
||||
'sprite-main-header-css' => '92720ee2',
|
||||
'sprite-menu-css' => '5033f9a1',
|
||||
'sprite-menu-css' => '9ef76324',
|
||||
'sprite-projects-css' => 'b0d9e24f',
|
||||
'sprite-tokens-css' => '1706b943',
|
||||
'syntax-highlighting-css' => '56c1ba38',
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"logo": {
|
||||
"name": "logo",
|
||||
"rule": ".phabricator-main-menu-logo",
|
||||
"hash": "68f6535593f36a2f4e055425ca4383fc"
|
||||
"hash": "168faf0d69b31bd626fa7e1b7cad464b"
|
||||
}
|
||||
},
|
||||
"scales": [
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -8,7 +8,7 @@ final class CeleritySpriteGenerator {
|
|||
$sources = array(
|
||||
'logo' => array(
|
||||
'x' => 96,
|
||||
'y' => 26,
|
||||
'y' => 40,
|
||||
'css' => '.phabricator-main-menu-logo',
|
||||
),
|
||||
'eye' => array(
|
||||
|
|
|
@ -50,9 +50,9 @@
|
|||
.phabricator-main-menu-logo {
|
||||
position: absolute;
|
||||
width: 96px;
|
||||
height: 26px;
|
||||
height: 40px;
|
||||
left: 52px;
|
||||
top: 9px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.phabricator-main-menu-eye {
|
||||
|
|
|
@ -13,7 +13,7 @@ only screen and (min-device-pixel-ratio: 1.5),
|
|||
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
.sprite-menu {
|
||||
background-image: url(/rsrc/image/sprite-menu-X2.png);
|
||||
background-size: 97px 68px;
|
||||
background-size: 97px 82px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -23,5 +23,5 @@ only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|||
}
|
||||
|
||||
.phabricator-main-menu-eye {
|
||||
background-position: 0px -27px;
|
||||
background-position: 0px -41px;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |