diff --git a/app/assets/stylesheets/reset.css b/app/assets/stylesheets/reset.css index 0556a5b6..c5c3af2f 100644 --- a/app/assets/stylesheets/reset.css +++ b/app/assets/stylesheets/reset.css @@ -178,5 +178,9 @@ section.content { display: none !important; } +.sidebar .menu .list a { + padding: 5px 13px; +} + /* End Reset Theme */ /* *************************************************** */ \ No newline at end of file diff --git a/app/controllers/origami/shifts_controller.rb b/app/controllers/origami/shifts_controller.rb index c5e52c99..41c84a8c 100755 --- a/app/controllers/origami/shifts_controller.rb +++ b/app/controllers/origami/shifts_controller.rb @@ -1,4 +1,4 @@ -class Origami::ShiftsController < ApplicationController#BaseOrigamiController +class Origami::ShiftsController < BaseOrigamiController def index end diff --git a/app/views/layouts/_left_sidebar.html.erb b/app/views/layouts/_left_sidebar.html.erb index 17ddccac..bf91713e 100755 --- a/app/views/layouts/_left_sidebar.html.erb +++ b/app/views/layouts/_left_sidebar.html.erb @@ -159,6 +159,24 @@ <%= t :products %> +