You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
693 B
Plaintext
47 lines
693 B
Plaintext
.users {
|
|
#users-container {
|
|
border: 1px solid #eee;
|
|
padding: 0px 20px 20px;
|
|
|
|
.users-box {
|
|
display: inline-block;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
height: auto;
|
|
max-width: 125px;
|
|
min-width: 125px;
|
|
|
|
img {
|
|
width:80px;
|
|
height:80px;
|
|
}
|
|
|
|
a {
|
|
margin-bottom:5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user-image {
|
|
position: relative;
|
|
|
|
.labels {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
|
|
span {
|
|
width: 100%;
|
|
opacity: 0.9;
|
|
font-size: 10px;
|
|
display: block;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |