Files
NodeBB/public/less/admin/manage/users.less

57 lines
887 B
Plaintext
Raw Normal View History

2014-11-26 22:30:21 -05:00
.manage-users {
2014-11-20 13:41:09 -05:00
min-height: 500px;
2014-11-26 22:30:21 -05:00
#users-container {
border: 1px solid #eee;
2014-10-03 18:57:33 -04:00
padding: 0px 20px 20px;
2014-10-03 18:57:33 -04:00
.users-box {
display: inline-block;
margin-top: 20px;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: auto;
2016-01-20 16:12:57 +02:00
max-width: 145px;
min-width: 145px;
padding: 1rem;
2015-09-27 12:57:21 -04:00
img, .user-icon {
2015-10-07 06:05:02 -04:00
.user-icon-style(80px, 4rem);
2014-10-03 18:57:33 -04:00
}
a {
margin-bottom:5px;
font-size: 12px;
}
.user-image {
position: relative;
.labels {
position: absolute;
bottom: 0px;
width: 100%;
2014-10-03 18:57:33 -04:00
span {
width: 100%;
opacity: 0.9;
font-size: 10px;
display: block;
border-radius: 0;
}
}
}
}
.ui-selected {
background: lighten(@brand-success, 25%);
}
.ui-selecting {
background: lighten(@brand-success, 40%);
}
}
}