Improve visual styling for badges page

This commit is contained in:
Sam 2014-05-16 11:08:06 +10:00
parent 8146ee4560
commit d897eada61
2 changed files with 7 additions and 7 deletions

View File

@ -14,8 +14,6 @@
</table>
{{#if userBadges}}
<h2>{{i18n users}}</h2>
<br>
<div>
{{#each userBadges}}
{{#link-to 'userActivity' user}}

View File

@ -79,19 +79,21 @@ table.badges-listing {
.show-badge {
.badge-user {
display: inline-block;
text-align: center;
width: 100px;
padding: 5px 10px;
border: 1px solid lighten($primary, 60%);
margin-bottom: 3px;
margin-bottom: 10px;
.details {
float: right;
margin: 0 10px;
padding-top: 3px;
color: darken($primary, 40%);;
color: $primary;
}
.date {
display: block;
color: $primary;
color: lighten($primary, 40%);
font-size: 10px;
}
}
}