1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/components/user/css/user-list-small.css
2015-06-04 23:38:18 +07:00

14 lines
754 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: #fafafa; 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: #ffc; }
.user-list-small-item-actions { position: absolute; top: 50%; right: 13px; margin-top: -8px; }
.user-list-small-item-actions li { display: inline-block; cursor: pointer; opacity: .7; }
.user-list-small-item-actions li:hover { opacity: 1; }