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/skin/developer/assets/css/toolbar.css

47 lines
1.5 KiB
CSS

/**
* Тулбар
*
* @template toolbar/*.tpl
* @scripts <frontend_framework>/js/toolbar.js
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/**
* Кнопка перехода в админку
*
* @template toolbar/toolbar.admin.tpl
*/
.toolbar-item--admin a { display: block; }
/**
* Кнопка обновления комментариев
*
* @template toolbar/toolbar.comment.tpl
*/
.toolbar-item--comments .toolbar-comments-update { padding: 9px; cursor: pointer; }
.toolbar-item--comments .toolbar-comments-update i { display: block; width: 16px; height: 16px; background: url(../images/update.gif) no-repeat; }
.toolbar-item--comments .toolbar-comments-update.active i { background-position: -16px 0; }
.toolbar-item--comments .toolbar-comments-count { border-top: 1px solid #eee; padding: 10px 0; color: #333; text-align: center; font-size: 11px; cursor: pointer; }
/**
* Кнопка навигации по топикам
*
* @template toolbar/toolbar.topic.tpl
*/
.toolbar-item--topic a.toolbar-topic-prev { border-bottom: 1px solid #eee; }
/**
* Кнопка прокрутки вверх
*
* @template toolbar/toolbar.scrollup.tpl
*/
.toolbar-item--scrollup { display: none; }
.toolbar-item--scrollup i { background-position: -288px -120px; }
.toolbar-item--scrollup.active i { background-position: -313px -119px; }