X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dffa580d39b977746f6950b835b78b949a862c9d..7df2da959b583d3646b9fde606f9e74d598d4bb9:/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 a5460c295f..6359794312 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -14,6 +14,9 @@ + <% if current_user %> + + <% end %> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> @@ -29,10 +32,6 @@ height: 100%; } - body > div.container-fluid { - padding-top: 70px; /* 70px to make the container go all the way to the bottom of the navbar */ - } - @media (max-width: 979px) { body { padding-top: 0; } } .navbar .nav li.nav-separator > span.glyphicon.glyphicon-arrow-right { @@ -45,10 +44,10 @@ } } - + -
+