From 1cdb2472276d90a1845ec9a9499d2848fe8a2d6e Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Wed, 15 Feb 2017 13:38:46 +0000 Subject: [PATCH] Remove `.question-heading-with-hint` This class is no longer targeted by any specific CSS rule, so we're free to ditch it. --- pages_builder/pages/forms/single-question-page.yml | 2 +- spec/javascripts/unit/ListEntrySpec.js | 2 +- toolkit/templates/forms/list-entry.html | 2 +- toolkit/templates/forms/pricing.html | 2 +- toolkit/templates/forms/selection-buttons.html | 2 +- toolkit/templates/forms/textbox.html | 2 +- toolkit/templates/forms/upload.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages_builder/pages/forms/single-question-page.yml b/pages_builder/pages/forms/single-question-page.yml index f10319da..1c6a7753 100644 --- a/pages_builder/pages/forms/single-question-page.yml +++ b/pages_builder/pages/forms/single-question-page.yml @@ -12,7 +12,7 @@ examples:

The Digital Marketplace uses your head office’s 9‑digit DUNS number to see if you’re already a supplier on the G‑Cloud framework.

diff --git a/spec/javascripts/unit/ListEntrySpec.js b/spec/javascripts/unit/ListEntrySpec.js index 57e71e71..886b9394 100644 --- a/spec/javascripts/unit/ListEntrySpec.js +++ b/spec/javascripts/unit/ListEntrySpec.js @@ -9,7 +9,7 @@ describe("ListEntryField", function () { ), wrapperHTML = ( '
' + - 'Service features' + + 'Service features' + '

Include the technical features of your product, eg graphical workflow, remote access. (Maximum 10 words per feature. Maximum 10 features.)

' + '
' + '
' + diff --git a/toolkit/templates/forms/list-entry.html b/toolkit/templates/forms/list-entry.html index 72bcf168..4b236570 100644 --- a/toolkit/templates/forms/list-entry.html +++ b/toolkit/templates/forms/list-entry.html @@ -13,7 +13,7 @@ {% endif %}
- + {% if question_number %} {{ question_number }} diff --git a/toolkit/templates/forms/pricing.html b/toolkit/templates/forms/pricing.html index 27b3ac5f..421f6e6b 100644 --- a/toolkit/templates/forms/pricing.html +++ b/toolkit/templates/forms/pricing.html @@ -62,7 +62,7 @@ {% else %}
- + {{ question }} {% if error %} diff --git a/toolkit/templates/forms/selection-buttons.html b/toolkit/templates/forms/selection-buttons.html index e5a6c093..af24b5ed 100644 --- a/toolkit/templates/forms/selection-buttons.html +++ b/toolkit/templates/forms/selection-buttons.html @@ -10,7 +10,7 @@ {% endif %}
- + {% if question_number %} {{ question_number }} diff --git a/toolkit/templates/forms/textbox.html b/toolkit/templates/forms/textbox.html index 0590aa4d..f1824596 100644 --- a/toolkit/templates/forms/textbox.html +++ b/toolkit/templates/forms/textbox.html @@ -10,7 +10,7 @@ {% endif %}