1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Мелкие исправления

This commit is contained in:
Denis Shakhov 2015-10-26 21:25:15 +07:00
parent 4a3c7a21d2
commit 738e878b73
4 changed files with 7 additions and 15 deletions

View file

@ -1,9 +1,6 @@
/**
* Избранное
*
* @template components/favourite/favourite.tpl
* @scripts <common>/js/favourite.js
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
@ -19,9 +16,6 @@
}
.ls-favourite-toggle {
display: inline-block;
width: 14px;
height: 14px;
vertical-align: text-top;
opacity: .3;
filter: alpha(opacity=30);
}

View file

@ -8,8 +8,6 @@
* @param boolean $photoAltText
* @param boolean $editable
* @param boolean $useAvatar
*
* TODO: Вынести текстовки в photo
*}
{$component = 'ls-photo'}

View file

@ -12,14 +12,17 @@
}
/* Список */
.talk-list.table td {
.talk-list.ls-table td {
vertical-align: top;
}
.talk-list.table .cell-checkbox,
.talk-list.table .cell-favourite {
.talk-list.ls-table .cell-checkbox,
.talk-list.ls-table .cell-favourite {
width: 14px;
line-height: 1em;
padding-left: 5px;
padding-right: 5px;
}
.talk-list.table .cell-info {
.talk-list.ls-table .cell-info {
width: 150px;
}

View file

@ -1,9 +1,6 @@
/**
* Голосование
*
* @template components/vote/vote.tpl
* @scripts <common>/js/vote.js
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>