From b3e09b817f41f668174bcf4fc61770e37172fd14 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 11 Nov 2015 19:06:35 +0100 Subject: [PATCH] fix menu icon, add icon to tab --- view/theme/vier/mobile.css | 5 ++++- view/theme/vier/templates/nav.tpl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index 3defddac38..7d14ed5c9f 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -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 { diff --git a/view/theme/vier/templates/nav.tpl b/view/theme/vier/templates/nav.tpl index d6b85447f4..77bad93705 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -9,7 +9,7 @@