X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6ada98b925a7b82a87446aacd0f6cca28df1b510..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 b2773da9db..6359794312 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -14,6 +14,10 @@ + <% if current_user %> + + <% end %> + <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> @@ -28,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 { @@ -44,10 +44,10 @@ } } - + -
+