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
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

14 lines
731 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 { cursor: pointer; opacity: .7; }
.user-list-small-item-actions li:hover { opacity: 1; }