X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e7153591229d096b33ea4974fb3a4d581bb3b4d4..e102a3b3100577137def302ecd0f810bc46b808a:/apps/workbench/app/views/layouts/application.html.erb diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index 30d454e831..63cf67c263 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -31,7 +31,7 @@ body > div.container-fluid { padding-top: 70px; /* 70px to make the container go all the way to the bottom of the navbar */ } - + body > div.container-fluid > div.col-sm-9.col-sm-offset-3 { overflow: auto; } @@ -42,14 +42,6 @@ padding-top: 1.25em; } - /* Setting the height needs to be fixed with javascript. */ - .dropdown-menu { - padding-right: 20px; - max-height: 440px; - width: 400px; - overflow-y: auto; - } - @media (min-width: 768px) { .left-nav { position: fixed; @@ -60,18 +52,6 @@ display: none; } } - .arvados-nav-container { - top: 70px; - height: calc(100% - 70px); - overflow: auto; - z-index: 2; - } - .arvados-nav-active { - background: rgb(66, 139, 202); - } - .arvados-nav-active a { - color: white; - } @@ -105,22 +85,25 @@
  • -<%= link_to controller.breadcrumb_page_name, request.fullpath %> + <%= link_to controller.breadcrumb_page_name, request.fullpath %> +
  • +
  • + <%= form_tag do |f| %> + <%= render :partial => "selection_checkbox", :locals => {:object => @object} %> + <% end %>
  • <% end %> <% end %> <% end %> - +