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.
77 lines
1008 B
Plaintext
77 lines
1008 B
Plaintext
.users {
|
|
|
|
&.admin {
|
|
#users-container {
|
|
padding: 0;
|
|
}
|
|
|
|
.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;
|
|
|
|
img {
|
|
width:80px;
|
|
height:80px;
|
|
}
|
|
|
|
a {
|
|
margin-bottom:5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.users-container {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
|
|
li {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.users-box{
|
|
display: inline-block;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
width: 104px;
|
|
|
|
img {
|
|
width:80px;
|
|
height:80px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
a {
|
|
max-width: 94px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.user-info {
|
|
>span {
|
|
max-width: 94px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.user-img {
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
} |