1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00
ifhub.club/application/frontend/skin/synio/components/user/css/user-list-small.css
2016-09-03 09:39:46 +07:00

42 lines
817 B
CSS

/**
* Список пользователей
*/
.user-list-small {
margin-bottom: 15px;
max-height: 440px;
overflow: auto;
}
.user-list-small:last-child {
margin-bottom: 0;
}
.user-list-small-title {
font-size: 16px;
margin-bottom: 5px;
}
.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 {
}