1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/talk/css/talk.css
2015-10-27 16:02:57 +07:00

32 lines
800 B
CSS

/**
* Личные сообщения
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.talk {
background: #fafafa;
padding: 20px;
margin-bottom: 0;
}
.ls-talk-participants-details {
margin-bottom: 30px;
}
/**
* Список участников диалога
*/
.message-users .user-list-small-item.inactive {
opacity: .5;
cursor: help;
}
.message-users .user-list-small-item.inactive .ls-talk-participants-item-inactivate,
.message-users .user-list-small-item .ls-talk-participants-item-activate {
display: none;
}
.message-users .user-list-small-item.inactive .ls-talk-participants-item-activate {
display: inline-block;
}