Added user icon to usernames, with heart icon denoting supporter status

This commit is contained in:
Victoria Wang 2014-10-21 16:25:52 -07:00
parent f30b77a3e0
commit a1ba1a0974
5 changed files with 27 additions and 16 deletions

View file

@ -1176,7 +1176,19 @@ a.tag:hover {
padding-top: 0px;
padding-bottom: 4px;
}
.dropdown-submenu .dropdown-menu {
width: 1px;
}
.fa-heart {
font-size: 0.7em;
color: #e93250;
vertical-align: .45em;
margin-left: -.15em;
}
.fa-user {
margin-right: 0.25em;
display: inline;
font-size: 10px;
vertical-align: .1em;
margin-left: .1em;
}

View file

@ -37,10 +37,6 @@
width: 28%;
text-align: right;
}
.fa-user {
margin-right: .45em;
display: inline;
}
.site-tags {
width: 100%;
height: 1.4em;
@ -50,6 +46,9 @@
.site-tags .fa-tag {
vertical-align: -2px;
}
.fa-user {
margin-right: .45em;
}
}
.title {
margin-top: 8px;