From fd4bf6912f7063648d461b6adc8d42cff4e5ae3c Mon Sep 17 00:00:00 2001 From: Cherry Date: Wed, 31 May 2017 09:13:01 +0630 Subject: [PATCH 1/5] for checkout new branch --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6916f408..6936e5f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,9 +48,9 @@ GEM sass (>= 3.4.19) builder (3.2.3) byebug (9.0.6) - coffee-rails (4.2.1) + coffee-rails (4.2.2) coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.2.x) + railties (>= 4.0.0) coffee-script (2.4.1) coffee-script-source execjs @@ -97,7 +97,7 @@ GEM minitest (5.10.2) multi_json (1.12.1) mysql2 (0.4.6) - nio4r (2.0.0) + nio4r (2.1.0) nokogiri (1.7.2) mini_portile2 (~> 2.1.0) pdf-core (0.7.0) From fda69012da5e6afbd9d7fb3162096e3f4492b5a3 Mon Sep 17 00:00:00 2001 From: PhyoTheingi Date: Wed, 31 May 2017 09:36:10 +0630 Subject: [PATCH 2/5] 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 @@ -