1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02:00

Correct Phorge icon on Auth Provider page

Summary:
Add Phorge icon to auth/login PNG files.

Closes T15403

Test Plan: Go to `/auth/config/new/` in browser and look at icons.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: avivey, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15403

Differential Revision: https://we.phorge.it/D25255
This commit is contained in:
Andre Klapper 2023-05-28 16:51:11 +02:00
parent 7fe622e5d3
commit 8e6bb9b690
7 changed files with 18 additions and 9 deletions

View file

@ -9,7 +9,7 @@ return array(
'names' => array(
'conpherence.pkg.css' => '76ed87e3',
'conpherence.pkg.js' => '020aebcf',
'core.pkg.css' => '0cb47e9d',
'core.pkg.css' => '051ab1ff',
'core.pkg.js' => '2eeda9e0',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '525f9a1d',
@ -184,7 +184,7 @@ return array(
'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98',
'rsrc/css/phui/workboards/phui-workcard.css' => '62056e3b',
'rsrc/css/phui/workboards/phui-workpanel.css' => 'bc06f022',
'rsrc/css/sprite-login.css' => '35d1510c',
'rsrc/css/sprite-login.css' => '8d16d643',
'rsrc/css/sprite-tokens.css' => 'f1896dc5',
'rsrc/css/syntax/syntax-default.css' => '055fc231',
'rsrc/externals/d3/d3.min.js' => '9d068042',
@ -342,8 +342,8 @@ return array(
'rsrc/image/phrequent_active.png' => 'de66dc50',
'rsrc/image/phrequent_inactive.png' => '79c61baf',
'rsrc/image/resize.png' => '9cc83373',
'rsrc/image/sprite-login-X2.png' => '269800ec',
'rsrc/image/sprite-login.png' => 'a843f146',
'rsrc/image/sprite-login-X2.png' => '2f61c306',
'rsrc/image/sprite-login.png' => '7031ab39',
'rsrc/image/sprite-tokens-X2.png' => '21621dd9',
'rsrc/image/sprite-tokens.png' => 'bede2580',
'rsrc/image/texture/card-gradient.png' => 'e6892cb4',
@ -906,7 +906,7 @@ return array(
'project-triggers-css' => 'cd9c8bb9',
'project-view-css' => '2f7caa20',
'setup-issue-css' => '5eed85b2',
'sprite-login-css' => '35d1510c',
'sprite-login-css' => '8d16d643',
'sprite-tokens-css' => 'f1896dc5',
'syntax-default-css' => '055fc231',
'syntax-highlighting-css' => '548567f6',

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

View file

@ -71,6 +71,11 @@
"rule": ".login-Phabricator",
"hash": "54f5ddae4b9d138c438ec00ed42544d2"
},
"login-Phorge": {
"name": "login-Phorge",
"rule": ".login-Phorge",
"hash": "0cc36ea8b7b98c57c23e547400b955f1"
},
"login-Slack": {
"name": "login-Slack",
"rule": ".login-Slack",

View file

@ -56,22 +56,26 @@ only screen and (min-resolution: 1.5dppx) {
}
.login-Jira {
background-position: 0px -58px;
background-position: -116px -29px;
}
.login-LDAP {
background-position: -29px -58px;
background-position: 0px -58px;
}
.login-MediaWiki {
background-position: -58px -58px;
background-position: -29px -58px;
}
.login-PayPal {
background-position: -87px -58px;
background-position: -58px -58px;
}
.login-Phabricator {
background-position: -87px -58px;
}
.login-Phorge {
background-position: 0px -87px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB