From 31367bf57290b9b71376a7b5be1378bc42f03e27 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 16:02:26 -0400 Subject: [PATCH] mobile notification icon --- less/header.less | 12 ++++++++++++ templates/partials/menu.tpl | 1 + 2 files changed, 13 insertions(+) diff --git a/less/header.less b/less/header.less index f86def5..22bcf99 100644 --- a/less/header.less +++ b/less/header.less @@ -4,6 +4,18 @@ display: none !important; //temp } + .navbar-toggle { + .notification-icon { + position: absolute; + left: -13px; + top: 14px; + + &:before { + display: none; + } + } + } + #user_dropdown { padding: 10px 15px; diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 7b06b58..8bae563 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -1,5 +1,6 @@