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.
63 lines
830 B
Plaintext
63 lines
830 B
Plaintext
10 years ago
|
.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;
|
||
|
|
||
|
.users-box{
|
||
|
display: inline-block;
|
||
|
margin-top: 20px;
|
||
|
text-align: center;
|
||
|
vertical-align: top;
|
||
|
width: 104px;
|
||
|
|
||
|
img {
|
||
|
width:80px;
|
||
|
height:80px;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
}
|
||
|
}
|
||
|
}
|