[bug 1426301] Add Firefox Fire TV logo and AAQ entry.

This commit is contained in:
Giorgos Logiotatidis 2017-12-20 12:38:26 +02:00
Родитель f647403919
Коммит 446b252230
3 изменённых файлов: 37 добавлений и 7 удалений

Просмотреть файл

@ -233,6 +233,26 @@ products = SortedDict([
])
}),
('firefox-fire-tv', {
'name': _lazy(u'Firefox Fire TV'),
'subtitle': _lazy(u'Firefox for Amazon Fire TV'),
'extra_fields': [],
'tags': ['firefox-fire-tv'],
'product': 'firefox-fire-tv',
'categories': SortedDict([
('get-started', {
'name': _lazy(u'Get started'),
'topic': 'get-started',
'tags': ['get-started']
}),
('fix-problems', {
'name': _lazy(u'Fix problems'),
'topic': 'fix-problems',
'tags': ['fix-problems']
}),
])
}),
('thunderbird', {
'name': _lazy(u'Thunderbird'),
'subtitle': _lazy(u'Email software for Windows, Mac and Linux'),

Просмотреть файл

@ -404,7 +404,7 @@ input[type="submit"]:visited {
}
.logo-sprite {
background: url('../../img/mobile/logos-sprite.png?v=6') -50px -50px no-repeat;
background: url('../../img/mobile/logos-sprite.png?v=7') -50px -50px no-repeat;
height: 48px;
width: 48px;
@ -442,14 +442,14 @@ input[type="submit"]:visited {
background-position: -50px -1234px;
}
&.logo-focus {
background-position: -50px -1234px;
}
&.logo-firefox-rocket {
background-position: -50px -1382px;
}
// Uses Firefox logo
&.logo-firefox-fire-tv {
background-position: -50px -50px;
}
}
.header-overlay {

Просмотреть файл

@ -628,7 +628,7 @@ h2 {
}
.logo-sprite {
background: url('../img/logos.large.sprite.png?v=9') -100px -100px no-repeat;
background: url('../img/logos.large.sprite.png?v=10') -100px -100px no-repeat;
height: 96px;
width: 96px;
@ -670,10 +670,15 @@ h2 {
background-position: -100px -2764px;
}
// Uses Firefox logo.
&.logo-firefox-fire-tv {
background-position: -100px -100px;
}
}
.logo-sprite-tiny {
background: url('../img/logos.large.sprite.png?v=9') -12px -12px no-repeat;
background: url('../img/logos.large.sprite.png?v=10') -12px -12px no-repeat;
background-size: 42px;
height: 16px;
width: 16px;
@ -715,6 +720,11 @@ h2 {
&.logo-firefox-rocket {
background-position: -12px -389px;
}
// Uses Firefox logo
&.logo-firefox-fire-tv {
background-position: -12px -11px;
}
}
.questions {