diff --git a/app/views/orgs/shibboleth_ds.html.erb b/app/views/orgs/shibboleth_ds.html.erb index 86d5b13..21558ef 100644 --- a/app/views/orgs/shibboleth_ds.html.erb +++ b/app/views/orgs/shibboleth_ds.html.erb @@ -38,7 +38,7 @@

- <%= _('or') %> -
- <%= _('See the full list of partner institutions') %> + <%= _('See the full list of participating institutions') %>

<% end %> diff --git a/app/views/shared/_login_form.html.erb b/app/views/shared/_login_form.html.erb index 8495417..8101bbd 100644 --- a/app/views/shared/_login_form.html.erb +++ b/app/views/shared/_login_form.html.erb @@ -10,7 +10,7 @@ <% if request.fullpath != "/users/sign_up?nosplash=true" && session[:shibboleth_data].nil? then%> <% target = (Rails.application.config.shibboleth_use_filtered_discovery_service ? shibboleth_ds_path : user_shibboleth_omniauth_authorize_path) %> <%else%> <%= f.hidden_field :shibboleth_id, :value => session[:shibboleth_data][:uid] %> diff --git a/lib/assets/stylesheets/roadmap-form.scss b/lib/assets/stylesheets/roadmap-form.scss index c79f056..9bfec3f 100644 --- a/lib/assets/stylesheets/roadmap-form.scss +++ b/lib/assets/stylesheets/roadmap-form.scss @@ -97,6 +97,7 @@ font-weight: normal; text-decoration: none; margin-bottom: 10px; + padding-left: 5px; float: left; /* positions the legend within the fieldset box */ border-bottom: none;