Skip to content

Commit

Permalink
refs #4338 better position
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 26, 2013
1 parent bed2b00 commit 2fc7442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions plugins/CorePluginsAdmin/stylesheets/marketplace.less
Expand Up @@ -129,9 +129,10 @@
}

.featuredIcon {
bottom: 55px;
right: 8px;
position: absolute;
margin-right: 6px;
margin-bottom: 6px;
height: 32px;
width: 32px;
}

.footer {
Expand Down
2 changes: 1 addition & 1 deletion plugins/CorePluginsAdmin/templates/pluginMetadata.twig
@@ -1,5 +1,5 @@
{% if plugin.featured %}
<img class="featuredIcon" title="Featured plugin" src="/plugins/CorePluginsAdmin/images/rating_important.png" height="32" width="32"/>
<img class="featuredIcon" title="Featured plugin" src="/plugins/CorePluginsAdmin/images/rating_important.png" align="right" />
{% endif %}

<hr class="metadataSeparator"/>
Expand Down

0 comments on commit 2fc7442

Please sign in to comment.