diff --git a/app/assets/stylesheets/hyku.scss b/app/assets/stylesheets/hyku.scss index 2fe2e93af..17cb3b144 100644 --- a/app/assets/stylesheets/hyku.scss +++ b/app/assets/stylesheets/hyku.scss @@ -530,6 +530,12 @@ body.public-facing { width: 1.5em; } +// remove a button that appears on the facets menu in the catalog search results +// clicking this button seemingly does nothing +.catalog-index .facets-header > button { + display: none; +} + // make sure constraints are on only one line, even with markdown span.constraint-value p, .facet-values p { display: inline-block; @@ -543,7 +549,7 @@ span.constraint-value p, .facet-values p { } // button to remove a filter should be red instead of white -.remove.dropdown-toggle .glyphicon.glyphicon-remove { +.remove.dropdown-toggle .fa.fa-remove { color: #c4302b; } diff --git a/app/assets/stylesheets/themes/institutional_repository.scss b/app/assets/stylesheets/themes/institutional_repository.scss index e71fdb820..223f2345c 100644 --- a/app/assets/stylesheets/themes/institutional_repository.scss +++ b/app/assets/stylesheets/themes/institutional_repository.scss @@ -140,8 +140,8 @@ margin-top: -25px; } - .glyphicon-menu-right, - .glyphicon-menu-left { + .fa-chevron-right, + .fa-chevron-left { color: #555; display: inline-block; font-weight: 700; diff --git a/app/views/blacklight_range_limit/_range_limit_panel.html.erb b/app/views/blacklight_range_limit/_range_limit_panel.html.erb index 2fd9bbbf5..eb38cb7cb 100644 --- a/app/views/blacklight_range_limit/_range_limit_panel.html.erb +++ b/app/views/blacklight_range_limit/_range_limit_panel.html.erb @@ -38,7 +38,7 @@ <%= range_display(field_name) %> <%= link_to remove_range_param(field_name), :class=>"remove", :title => t('blacklight.range_limit.remove_limit') do %> - + [<%= t('blacklight.range_limit.remove_limit') %>] <% end %> diff --git a/app/views/hyrax/admin/users/index.html.erb b/app/views/hyrax/admin/users/index.html.erb index 97be3ec03..74751e452 100644 --- a/app/views/hyrax/admin/users/index.html.erb +++ b/app/views/hyrax/admin/users/index.html.erb @@ -86,7 +86,7 @@ <%= role.name.titleize %> <%= link_to main_app.remove_role_admin_user_path(id: user.id, role_id: role.id), method: :delete, data: { confirm: t('hyrax.admin.users.roles.remove.confirmation', user: user.email, role: role.name.titleize) } do %> <% if current_ability.admin? || (can?(:edit, User) && role.name != 'admin') %> - + <% end %> <% end %> diff --git a/app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb b/app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb index f87637d38..d03d7e5bd 100644 --- a/app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb +++ b/app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb @@ -6,18 +6,18 @@ <%= link_to '#', class: "btn btn-default btn-sm mt-20", data: { behavior: 'select-work', target: '#worktypes-to-create', 'create-type' => 'single' } do %> - <%= t('hyrax.share_button') %> + <%= t('hyrax.share_button') %> <% end %> <% else # simple link to the first work type %> <%= link_to new_polymorphic_path([main_app, @presenter.first_work_type]), class: "btn btn-default btn-sm mt-20" do %> - <%= t('hyrax.share_button') %> + <%= t('hyrax.share_button') %> <% end %> <% end %> <% else %> <%= link_to hyrax.my_works_path, class: "btn btn-default btn-sm mt-20" do %> - <%= t('hyrax.share_button') %> + <%= t('hyrax.share_button') %> <% end %> <% end %>
<%= link_to t(:'hyrax.pages.tabs.terms_page'), hyrax.terms_path, class: 'cr_terms' %>
diff --git a/config/locales/hyrax.de.yml b/config/locales/hyrax.de.yml index e1062d6da..8d1480ba7 100644 --- a/config/locales/hyrax.de.yml +++ b/config/locales/hyrax.de.yml @@ -943,7 +943,7 @@ de: product_twitter_handle: "@HydraInABox" search: button: - html: Gehen + html: Gehen text: Suche form: option: diff --git a/config/locales/hyrax.en.yml b/config/locales/hyrax.en.yml index b4d504b3d..6a6334747 100644 --- a/config/locales/hyrax.en.yml +++ b/config/locales/hyrax.en.yml @@ -949,7 +949,7 @@ en: passive_consent_to_agreement: By saving this work I agree to the search: button: - html: Go + html: Go text: Search form: option: diff --git a/config/locales/hyrax.es.yml b/config/locales/hyrax.es.yml index ebbbed6e0..709be5a52 100644 --- a/config/locales/hyrax.es.yml +++ b/config/locales/hyrax.es.yml @@ -944,7 +944,7 @@ es: product_twitter_handle: "@HydraInABox" search: button: - html: Vamos + html: Vamos text: Buscar form: option: diff --git a/config/locales/hyrax.fr.yml b/config/locales/hyrax.fr.yml index 3a39cde26..b6c9af84e 100644 --- a/config/locales/hyrax.fr.yml +++ b/config/locales/hyrax.fr.yml @@ -942,7 +942,7 @@ fr: product_twitter_handle: "@HydraInABox" search: button: - html: Aller + html: Aller text: Chercher form: option: diff --git a/config/locales/hyrax.it.yml b/config/locales/hyrax.it.yml index 4ed28b0a4..8e8f46ed4 100644 --- a/config/locales/hyrax.it.yml +++ b/config/locales/hyrax.it.yml @@ -944,7 +944,7 @@ it: product_twitter_handle: "@HydraInABox" search: button: - html: Partire + html: Partire text: Ricerca form: option: diff --git a/config/locales/hyrax.pt-BR.yml b/config/locales/hyrax.pt-BR.yml index 8e2cb1875..ca8170df3 100644 --- a/config/locales/hyrax.pt-BR.yml +++ b/config/locales/hyrax.pt-BR.yml @@ -944,7 +944,7 @@ pt-BR: product_twitter_handle: "@HydraInABox" search: button: - html: Ir + html: Ir text: Procurar form: option: diff --git a/config/locales/hyrax.zh.yml b/config/locales/hyrax.zh.yml index ad2c5f86b..752dcf461 100644 --- a/config/locales/hyrax.zh.yml +++ b/config/locales/hyrax.zh.yml @@ -944,7 +944,7 @@ zh: product_twitter_handle: "@HydraInABox" search: button: - html: 走 + html: 走 text: 搜索 form: option: