1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
ifhub.club/application/frontend/skin/synio/components/user/css/user-list-small.css
2016-09-02 10:16:20 +07:00

38 lines
745 B
CSS

/**
* Список пользователей
*/
.user-list-small {
margin-bottom: 15px;
max-height: 440px;
overflow: auto;
}
.user-list-small:last-child {
margin-bottom: 0;
}
.user-list-small-item {
background: #f8fbfe;
padding: 10px 55px 10px 10px;
margin-bottom: 1px;
position: relative;
}
.user-list-small-item:last-child {
margin-bottom: 0;
}
.user-list-small-item input {
vertical-align: middle;
}
.user-list-small-item.selected {
background: #fcfce9;
}
.user-list-small-item-actions {
position: absolute;
top: 50%;
right: 10px;
margin-top: -12px;
}
.user-list-small-item-actions li {
display: inline-block;
cursor: pointer;
}
.user-list-small-item-actions li:hover {
}