User list styles from master

This commit is contained in:
Paul Adam Davis 2014-08-12 15:26:20 +01:00
parent a1ef78e7f9
commit 58e4d47e08

View File

@ -71,9 +71,12 @@ a.object-list-item {
.object-list-item-figure {
width: 35px;
border-radius: 100%;
height: 35px;
display: block;
border: 1px solid #979797;
border-radius: 100%;
background-size: cover;
background-position: center center;
} // .object-list-item-figure
.object-list-item-icon,
@ -106,6 +109,7 @@ a.object-list-item {
display: inline-block;
font-size: 12px;
color: $midbrown;
white-space: nowrap;
margin-top: 3px;
}