Un-gold-gate per subreddit karma on user pages.

This commit is contained in:
bsimpson63
2013-01-08 13:52:28 -05:00
parent afcc662e69
commit 5ce6f0e6ef
2 changed files with 8 additions and 3 deletions

View File

@@ -5121,8 +5121,13 @@ body:not(.gold) .allminus-link {
display: none;
}
.giftgold.karma-breakdown {
.karma-breakdown {
margin-top: .6em;
margin-bottom: 5px;
}
.karma-breakdown a {
font-weight: bold;
}
.friend-note button[type=submit] {

View File

@@ -66,7 +66,7 @@
 
${_("comment karma")}
%if c.user_is_admin or (c.user.gold and c.user == thing.user):
%if c.user_is_admin or c.user == thing.user:
<table id="per-sr-karma"
% if not c.user_is_admin:
class="more-karmas"
@@ -101,7 +101,7 @@
</tbody>
</table>
% if not c.user_is_admin or len(karmas) > 5:
<div class="giftgold karma-breakdown">
<div class="karma-breakdown">
<a href="javascript:void(0)"
onclick="$('.more-karmas').show();$(this).hide();return false">
show karma breakdown by subreddit