fix menu icon, add icon to tab

This commit is contained in:
fabrixxm 2015-11-11 19:06:35 +01:00
parent e5edd7b7db
commit b3e09b817f
2 changed files with 5 additions and 2 deletions

View File

@ -122,10 +122,13 @@ aside.show {
.tabs .tab { display: none;}
.tabs .tab.active { display: block; }
.tabs::after {
content: " ";
font-family: FontAwesome;
text-align: right;
content: "\f13a";
display: block;
position: absolute;
left: 0; right:0; top: 0; bottom: 0;
padding: 8px 2px 0 0;
}
.tabs.show {

View File

@ -9,7 +9,7 @@
<ul>
<li class="mobile-aside-toggle" style="display:none;">
<a href="#">
<i class="icons icon-list"></i>
<i class="icons icon-reorder"></i>
</a>
</li>
{{if $nav.home}}