Bug 1196153 - Replace about:accounts Sync illustration by the one in Sync prefs. r=markh

MozReview-Commit-ID: GcK8780gF0y

--HG--
extra : rebase_source : e0f5a41fb0df991b1de091759fdb26eddb2ecf04
This commit is contained in:
Edouard Oger 2017-01-03 18:40:24 -05:00
parent a3737f4e6a
commit 3a2ee743d3
6 changed files with 5 additions and 9 deletions

View File

@ -38,7 +38,6 @@
<div id="manage">
<header>
<h1>&aboutAccounts.connected;</h1>
<div id="email"></div>
</header>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -110,15 +110,15 @@ header h1
.graphic-sync-intro {
background-image: url(images/graphic_sync_intro.png);
background-image: url(chrome://browser/skin/fxa/sync-illustration.png);
background-repeat: no-repeat;
background-size: 150px 195px;
height: 195px;
background-size: contain;
height: 231px;
width: 231px;
margin: 0 auto;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 150px;
}
.description,
@ -161,6 +161,6 @@ only screen and (min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.graphic-sync-intro {
background-image: url(images/graphic_sync_intro@2x.png);
background-image: url(chrome://browser/skin/fxa/sync-illustration@2x.png);
}
}

View File

@ -56,8 +56,6 @@ browser.jar:
content/browser/aboutaccounts/main.css (content/aboutaccounts/main.css)
content/browser/aboutaccounts/normalize.css (content/aboutaccounts/normalize.css)
content/browser/aboutaccounts/images/fox.png (content/aboutaccounts/images/fox.png)
content/browser/aboutaccounts/images/graphic_sync_intro.png (content/aboutaccounts/images/graphic_sync_intro.png)
content/browser/aboutaccounts/images/graphic_sync_intro@2x.png (content/aboutaccounts/images/graphic_sync_intro@2x.png)
content/browser/aboutRobots-icon.png (content/aboutRobots-icon.png)

View File

@ -3,7 +3,6 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY aboutAccounts.welcome "Welcome to &syncBrand.shortName.label;">
<!ENTITY aboutAccounts.connected "Account connected">
<!ENTITY aboutAccountsConfig.description "Sign in to sync your tabs, bookmarks, passwords &amp; more.">
<!ENTITY aboutAccountsConfig.startButton.label "Get started">