security, user index

This commit is contained in:
jomo
2013-06-24 16:49:58 +02:00
parent b4f2dc5fab
commit c5dfdbeb8f
13 changed files with 125 additions and 140 deletions

View File

@@ -265,5 +265,41 @@ and (min-width: 1000px)
}
}
#userlist {
.list-user {
margin: 5px 0;
display: block;
a {
color: $midgrey;
display: inline-block;
&:hover {
color: $darkred;
}
}
img {
float: left;
}
.user-info {
margin: 10px;
float: left;
span {
display: block;
}
.user-name {
font-weight: bold;
}
.user-ign {
color: #888;
font-style: italic;
}
}
}
}
}