X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a6375dee8141f18593cb8aa4e3bedc47b5f81d78..7fb83a3380e62721801a4980c48ba78208c7b2e2:/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 86e8f577b0..2b5ec88fc6 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -31,10 +31,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,190 +38,215 @@ 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 %> +