diff --git a/app/assets/stylesheets/site.scss b/app/assets/stylesheets/site.scss index caab565da..731f15fe4 100644 --- a/app/assets/stylesheets/site.scss +++ b/app/assets/stylesheets/site.scss @@ -506,6 +506,15 @@ span.usa-hint.save-notice { .question-options.big-thumbs .usa-radio__label::before { display: none; } + + // Same max-width as texarea + .question-options.big-thumbs { + max-width: 30rem; + } + .question-options.big-thumbs .usa-radio__input--tile+.usa-radio__label { + color: #005ea2; + padding-left: 1rem; + } // end A-11 V2 customizations } diff --git a/app/views/admin/cx_collections/show.html.erb b/app/views/admin/cx_collections/show.html.erb index a2abf2c86..27433ae6d 100644 --- a/app/views/admin/cx_collections/show.html.erb +++ b/app/views/admin/cx_collections/show.html.erb @@ -15,12 +15,4 @@ <% end %>

- <%= render @cx_collection %> - -
- <%= link_to "Edit this cx collection", edit_admin_cx_collection_path(@cx_collection) %> | - <%= link_to "Back to cx collections", admin_cx_collections_path %> - - <%= button_to "Destroy this cx collection", admin_cx_collection_path(@cx_collection), method: :delete %> -
diff --git a/app/views/admin/forms/responses.html.erb b/app/views/admin/forms/responses.html.erb index 1c4ff314b..0deab426a 100644 --- a/app/views/admin/forms/responses.html.erb +++ b/app/views/admin/forms/responses.html.erb @@ -13,7 +13,7 @@

Customer Feedback Analysis

-<% if admin_permissions? %> +<% if admin_permissions? && @form.kind == "a11" %>
Loading A11 Analysis...
<% end %> <% if @form.kind == "a11" %> @@ -30,7 +30,7 @@