diff --git a/Gemfile b/Gemfile index d42da647..d64ba992 100644 --- a/Gemfile +++ b/Gemfile @@ -9,8 +9,8 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.1.0' # Use mysql as the database for Active Record -gem 'mysql2', '>= 0.3.18', '< 0.5' -#gem 'pg' +#gem 'mysql2', '>= 0.3.18', '< 0.5' +gem 'pg' # Use Puma as the app server gem 'puma', '~> 3.0' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 6936e5f1..ccd4aef2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,7 @@ GEM nokogiri (1.7.2) mini_portile2 (~> 2.1.0) pdf-core (0.7.0) + pg (0.20.0) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) @@ -232,7 +233,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - mysql2 (>= 0.3.18, < 0.5) + pg prawn prawn-table puma (~> 3.0) 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/models/order_queue_item.rb b/app/models/order_queue_item.rb new file mode 100644 index 00000000..7f94fbec --- /dev/null +++ b/app/models/order_queue_item.rb @@ -0,0 +1,2 @@ +class OrderQueueItem < ApplicationRecord +end 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 @@ -