Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #922 from MariagraziaAlastra/alternativeto2
Browse files Browse the repository at this point in the history
AlternativeTo: add heart instead of 'likes' and change the style
  • Loading branch information
Jag Talon committed Jun 30, 2014
2 parents ffcdb9b + 84f800c commit 3867669
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions share/spice/alternative_to/alternative_to.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@
height: 13em;
}

.tile--alternative_to .tile__footer {
bottom: 0.6em;
}

.tile--alternative_to .tile__content {
height: 6em;
}

.is-mobile .tile--alternative_to .tile__content {
height: 6.8em;
}

.tile--alternative_to .tile__footer {
height: auto;
margin-bottom: 0;
color: #aaa;
line-height: 1em;
}

.zci--alternative_to .tile__hearts .ddgsi {
vertical-align: top;
}
6 changes: 3 additions & 3 deletions share/spice/alternative_to/footer.handlebars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="one-line">
{{Votes}} likes{{#if Platforms}} &bull; {{AlternativeTo_getPlatform Platforms}}{{/if}}
</div>
<span class="one-line tile__hearts pull-left">
<span class="ddgsi">♥</span> {{Votes}} {{#if Platforms}} &bull; {{AlternativeTo_getPlatform Platforms}}{{/if}}
</span>

0 comments on commit 3867669

Please sign in to comment.