1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-05 10:28:19 +03:00
ifhub.club/application/frontend/components/user/css/user-item.css
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

22 lines
378 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Блок с аватарой и логином пользователя
*
* @template user-item.tpl
*/
.user-item {
display: inline-block;
}
.user-item-avatar {
vertical-align: middle;
margin-right: 2px;
}
.user-item-name {
font-weight: bold;
}
.user-item--rounded .user-item-avatar {
border-radius: 50%;
}
.user-item.inactive {
opacity: .5;
}