From 915ec6899cae3db206b01128e6ecfa2b4775b3b7 Mon Sep 17 00:00:00 2001 From: nizyev Date: Tue, 16 Jun 2015 21:27:49 +0300 Subject: [PATCH 1/2] fixed padding --- client/style/base.import.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/style/base.import.less b/client/style/base.import.less index a60d0406b1..737afcdbd9 100644 --- a/client/style/base.import.less +++ b/client/style/base.import.less @@ -47,3 +47,7 @@ button.navbar-toggle { background: rgba(0, 0, 0, 0); color: #f6f6f6; } + +.admin-layout .navbar .navbar-nav > li > a { + padding-top: 15px !important; +} From 9948397575644aef60e0c75711ebe22deb9493a5 Mon Sep 17 00:00:00 2001 From: nizyev Date: Wed, 17 Jun 2015 13:44:34 +0300 Subject: [PATCH 2/2] changed to ems --- client/style/base.import.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style/base.import.less b/client/style/base.import.less index 737afcdbd9..a8f21936f9 100644 --- a/client/style/base.import.less +++ b/client/style/base.import.less @@ -49,5 +49,5 @@ button.navbar-toggle { } .admin-layout .navbar .navbar-nav > li > a { - padding-top: 15px !important; + padding-top: 1em !important; }