diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index c75d55c7f..039047852 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -20,6 +20,15 @@ @import "components/users.scss"; @import "components/nav.scss"; + +#pdc-discovery-label { + float: left; + margin: 0 auto; + height: 40px; + line-height: 40px; + text-align: center; +} + .welcome-headers, #welcome-to-pdc { font-size: 2rem !important; } diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index 133ade51a..406f58aec 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -5,11 +5,19 @@ <% if current_user && (current_user.super_admin? || current_user.moderator?) %> <%= render 'shared/admin_actions' %> <% end %> - + <% if current_user %> + + <% else %> +
Looking for data? Go to
+ + <% end %>