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 { display: none;}
.tabs .tab.active { display: block; } .tabs .tab.active { display: block; }
.tabs::after { .tabs::after {
content: " "; font-family: FontAwesome;
text-align: right;
content: "\f13a";
display: block; display: block;
position: absolute; position: absolute;
left: 0; right:0; top: 0; bottom: 0; left: 0; right:0; top: 0; bottom: 0;
padding: 8px 2px 0 0;
} }
.tabs.show { .tabs.show {

View File

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