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

32 lines
632 B
CSS

/**
* Админка
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/**
* Управление плагинами
*
* @template plugins.tpl
*/
.admin-plugins h3 {
font-weight: bold;
font-size: 17px;
line-height: 20px;
margin-bottom: 7px;
}
.admin-plugins p {
margin-bottom: 15px;
}
.admin-plugins td {
vertical-align: top;
}
.admin-plugins-actions li {
margin-bottom: 5px;
text-align: right;
}
.admin-plugins-actions li:last-child {
margin-bottom: 0;
}