X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/928565a23bf5ff54fb524b6c38f8e2b0f4b27725..744ca00ccd1e7fda9d4210b18c1f4a734f3b2261:/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 f186fda148..a5460c295f 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -14,6 +14,7 @@ + <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> @@ -31,10 +32,6 @@ 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; - } @media (max-width: 979px) { body { padding-top: 0; } } @@ -42,201 +39,221 @@ 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; - } - - .arvados-nav-container { - position: fixed; - top: 70px; - height: calc(100% - 70px); - overflow: auto; - z-index: 2; - } - .arvados-nav-active { - background: rgb(66, 139, 202); + @media (max-width: 767px) { + .breadcrumbs { + display: none; } - .arvados-nav-active a { - color: white; } + +
+ + +
+ <%= yield %> +
+ + + <%= yield :footer_html %> <%= piwik_tracking_tag %> <%= javascript_tag do %> <%= yield :footer_js %> <% end %> +