/**
 * Админка
 */


/**
 * Управление плагинами
 *
 * @template plugins.tpl
 */
.admin-plugins h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}

.admin-plugins p {
    margin-bottom: 15px;
}

.admin-plugins td {
    vertical-align: top;
}

.admin-plugins-actions li {
    margin-bottom: 8px;
    text-align: right;
}

.admin-plugins-actions li:last-child {
    margin-bottom: 0;
}
