1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/components/sort/css/sort.css

24 lines
487 B
CSS
Raw Normal View History

/**
* Блок сортировки
*
* @template sort.tpl
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.ls-sort {
margin-bottom: 15px;
}
.ls-sort--inline {
display: inline;
margin-right: 10px;
}
.ls-sort li.active[data-order=asc] a:after {
content: "↑";
}
.ls-sort li.active[data-order=desc] a:after {
content: "↓";
}