From fda69012da5e6afbd9d7fb3162096e3f4492b5a3 Mon Sep 17 00:00:00 2001 From: PhyoTheingi Date: Wed, 31 May 2017 09:36:10 +0630 Subject: [PATCH 1/4] Menu Category path fixing --- app/assets/stylesheets/application.scss | 4 ++++ app/assets/stylesheets/theme.scss | 4 ++++ app/views/layouts/_header.html.erb | 8 ++++---- app/views/settings/menus/index.html.erb | 1 + app/views/settings/menus/show.html.erb | 6 +++--- app/views/settings/simple_menu_items/new.html.erb | 4 ++-- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 1d2da3ef..7aa6d6c5 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -30,3 +30,7 @@ padding:5px; } /*----- Order Processing Items -----*/ + +/*----- Header Bar -----*/ + +/*----- Header Bar -----*/ \ No newline at end of file diff --git a/app/assets/stylesheets/theme.scss b/app/assets/stylesheets/theme.scss index 8640519a..b633b55e 100644 --- a/app/assets/stylesheets/theme.scss +++ b/app/assets/stylesheets/theme.scss @@ -6037,3 +6037,7 @@ h1 small, padding-top:20px; padding-bottom:20px; } + +.navbar-nav > li > a { + padding-top: 0px !important; +} \ No newline at end of file diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 372d9674..b73cc5ae 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -26,13 +26,13 @@ -