Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from jostw/josyeh/Marketplace/master/Bug1248852
Browse files Browse the repository at this point in the history
Bug 1248852 - Remove 'FREE' on TV Web Apps
  • Loading branch information
jostw committed Feb 18, 2016
2 parents f8a08cc + 7bdd086 commit 1852697
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions locale/en_US/LC_MESSAGES/messages.po
Expand Up @@ -22,10 +22,6 @@ msgstr "Suggested"
msgid "by {author}"
msgstr "by {author}"

#: /templates/_includes/app_preview.html
msgid "Free"
msgstr "Free"

#: /templates/tutorial.html
msgid "Press <b>OK</b> to open and use an app"
msgstr "Press <b>OK</b> to open and use an app"
Expand Down
25 changes: 0 additions & 25 deletions src/media/css/app-preview.styl
Expand Up @@ -120,31 +120,6 @@ $app-preview-background-color = #72C9B0;
color: $greyscale-white;
}

.price {
position: absolute;
top: 3rem;
right: 0;

width: 10rem;
height: 3.2rem;

font-size: 3.2rem;
font-weight: bold;
text-align: right;
text-transform: uppercase;
}

.installed {
top: 1rem;

width: 5.4rem;
height: 5.4rem;

color: transparent;
background-size: cover;
background-image: url('../img/install.png');
}

.description {
height: 19rem;
overflow: hidden;
Expand Down
Binary file removed src/media/img/install.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/media/js/views/homepage.js
Expand Up @@ -228,8 +228,6 @@ define('views/homepage',
carousel();
}

$appPreview.find('.price').removeClass('hidden');

imageHelper.loadImage(focusedApp.promo_imgs['640']).done(function() {
$appPreview.find('.app-preview-image').removeClass('invisible');
});
Expand Down
1 change: 0 additions & 1 deletion src/templates/_includes/app_preview.html
Expand Up @@ -26,6 +26,5 @@ <h1 class="name">
{% endif %}
</div>

<span class="price hidden">{{ _('Free') }}</span>
<article class="description">{{ app.description | safe }}</article>
</div>

0 comments on commit 1852697

Please sign in to comment.