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

Fix Bitbucket

Summary: No idea why this needed regenerated, but it fixes the issue. Fixes T8898

Test Plan: Fake a BB account

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: epriestley, Korvin

Maniphest Tasks: T8898

Differential Revision: https://secure.phabricator.com/D13661
This commit is contained in:
Chad Little 2015-07-20 10:33:28 -07:00
parent c3e16e26c9
commit 2b9b5bc529
3 changed files with 22 additions and 22 deletions

View file

@ -154,7 +154,7 @@ return array(
'rsrc/css/phui/phui-timeline-view.css' => 'fc23e7b7',
'rsrc/css/phui/phui-workboard-view.css' => '6a20991a',
'rsrc/css/phui/phui-workpanel-view.css' => '8cebb2b1',
'rsrc/css/sprite-login.css' => '245e6e9e',
'rsrc/css/sprite-login.css' => '1ebb9bf9',
'rsrc/css/sprite-main-header.css' => 'f07bbb87',
'rsrc/css/sprite-menu.css' => '9dd65b92',
'rsrc/css/sprite-projects.css' => 'e5ad842a',
@ -829,7 +829,7 @@ return array(
'releeph-request-differential-create-dialog' => '8d8b92cd',
'releeph-request-typeahead-css' => '667a48ae',
'setup-issue-css' => 'db7e9c40',
'sprite-login-css' => '245e6e9e',
'sprite-login-css' => '1ebb9bf9',
'sprite-main-header-css' => 'f07bbb87',
'sprite-menu-css' => '9dd65b92',
'sprite-projects-css' => 'e5ad842a',

View file

@ -11,10 +11,10 @@
"rule": ".login-Asana",
"hash": "f8d322843355da1abce614983044c0f8"
},
"login-BitBucket": {
"name": "login-BitBucket",
"rule": ".login-BitBucket",
"hash": "0221f1d8c50d99477f1b16d62ecf7284"
"login-Bitbucket": {
"name": "login-Bitbucket",
"rule": ".login-Bitbucket",
"hash": "32f7cf08badb1181f883c211eddd89f5"
},
"login-Disqus": {
"name": "login-Disqus",
@ -61,10 +61,10 @@
"rule": ".login-LDAP",
"hash": "e31df2e9faf8ca0925ef93128a82fa7a"
},
"login-LinkedIn": {
"name": "login-LinkedIn",
"rule": ".login-LinkedIn",
"hash": "39baad0c7b9c33f59221f3f7689dc298"
"login-Linkedin": {
"name": "login-Linkedin",
"rule": ".login-Linkedin",
"hash": "b7ee1e92c923462531f3a34093e57127"
},
"login-MediaWiki": {
"name": "login-MediaWiki",
@ -76,10 +76,10 @@
"rule": ".login-Openid",
"hash": "886f65ad44435344a1fa1c13e7758155"
},
"login-Paypal": {
"name": "login-Paypal",
"rule": ".login-Paypal",
"hash": "183882a1c7bf5c60f0a6b77a81be2aa8"
"login-PayPal": {
"name": "login-PayPal",
"rule": ".login-PayPal",
"hash": "dfa09f45369c93bb0fd82a333b0fe927"
},
"login-Persona": {
"name": "login-Persona",
@ -116,10 +116,10 @@
"rule": ".login-WePay",
"hash": "39a4c5ec26ee8400239b246761b83aa3"
},
"login-WordpressCOM": {
"name": "login-WordpressCOM",
"rule": ".login-WordpressCOM",
"hash": "866d6c9192cafcb5395861d55a6917e5"
"login-WordPressCOM": {
"name": "login-WordPressCOM",
"rule": ".login-WordPressCOM",
"hash": "9eae4205dbed0c42a18ee4f8e0fa151b"
},
"login-Yahoo": {
"name": "login-Yahoo",

View file

@ -27,7 +27,7 @@ only screen and (min-resolution: 1.5dppx) {
background-position: -29px 0px;
}
.login-BitBucket {
.login-Bitbucket {
background-position: -58px 0px;
}
@ -67,7 +67,7 @@ only screen and (min-resolution: 1.5dppx) {
background-position: -29px -58px;
}
.login-LinkedIn {
.login-Linkedin {
background-position: -58px -58px;
}
@ -79,7 +79,7 @@ only screen and (min-resolution: 1.5dppx) {
background-position: -116px -58px;
}
.login-Paypal {
.login-PayPal {
background-position: 0px -87px;
}
@ -111,7 +111,7 @@ only screen and (min-resolution: 1.5dppx) {
background-position: -58px -116px;
}
.login-WordpressCOM {
.login-WordPressCOM {
background-position: -87px -116px;
}