/**
 *
 * '@Mention System
 *
 * @copyright (c) 2015
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 * @author Clemens Husung (Wolfsblvt) & Salim Menari (Kyosuke)
 */

.mentions-posted {
	background-color: #CFCFCF;
}

.mentions-avatar {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background: #fff;
    padding: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

.mentions-avatar img, .mentions-avatar div.mentions-avatar-no-avatar {
	margin: 0;
	max-height: 20px;
	max-width: 20px;
	width: auto;
}

.mentions-avatar-no-avatar {
	background: url("images/no_avatar.gif") no-repeat 100%;
}
