From: fabrixxm Date: Wed, 11 Nov 2015 18:06:35 +0000 (+0100) Subject: fix menu icon, add icon to tab X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3e09b817f41f668174bcf4fc61770e37172fd14;p=friendica.git fix menu icon, add icon to tab --- 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 @@