diff --git a/app/assets/javascripts/z.js b/app/assets/javascripts/z.js index 76b28e05..330a441b 100644 --- a/app/assets/javascripts/z.js +++ b/app/assets/javascripts/z.js @@ -15,8 +15,7 @@ $(document).ready(function(){ $('#header-movie-search, ul.ui-autocomplete').css({ 'position': 'relative', - 'max-width': '455px', - 'z-index': 1100 + 'max-width': '455px' }); // Generic selector to trigger autocomplete on the movie show page diff --git a/app/assets/stylesheets/layouts.scss b/app/assets/stylesheets/layouts.scss index 5d623c2f..0bfd40a5 100644 --- a/app/assets/stylesheets/layouts.scss +++ b/app/assets/stylesheets/layouts.scss @@ -2,14 +2,7 @@ @import "fonts"; -.row { - margin: 10px 0px; - // clear: both; -} /* .row */ - -.shover { - height: 50px; -} /* .shover */ +.row { margin: 10px 0px; } .navbar-brand { font-family: $header-family; diff --git a/app/views/layouts/_environment_banner.html.erb b/app/views/layouts/_environment_banner.html.erb new file mode 100644 index 00000000..451615a6 --- /dev/null +++ b/app/views/layouts/_environment_banner.html.erb @@ -0,0 +1,16 @@ +<% unless Rails.env.production? %> +
+ 🐈 😃 👍 <%= Rails.env.upcase %>: <%= "#{EnvironmentBanner.current_branch}" %> 👍 😃 🐈 +
+
+<% end %> diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 8a65dd72..af73a4d2 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,4 +1,4 @@ -