diff --git a/cms/static/sass/views/_certificates.scss b/cms/static/sass/views/_certificates.scss index 8ded4e0649..d7f709ab5f 100644 --- a/cms/static/sass/views/_certificates.scss +++ b/cms/static/sass/views/_certificates.scss @@ -33,17 +33,30 @@ @extend %no-content; } - .wrapper-certificate { + .wrapper-certificates { .title { @extend %t-title4; @extend %t-strong; - margin-bottom: ($baseline/2); } .copy { @extend %t-copy-sub1; } + + .instructions { + @extend %t-copy-sub1; + margin-bottom: $baseline; + } + } + + .certificate-settings { + margin-bottom: $baseline; + } + + .actual-course-title { + @extend %t-strong; + margin-bottom: $baseline; } } @@ -205,6 +218,10 @@ .wrapper-form { padding: $baseline ($baseline*1.5); + + label { + @extend %t-strong; + } } .action-add-signatory { diff --git a/cms/templates/js/certificate-details.underscore b/cms/templates/js/certificate-details.underscore index fd88b9b9ed..8e9788f7ae 100644 --- a/cms/templates/js/certificate-details.underscore +++ b/cms/templates/js/certificate-details.underscore @@ -13,42 +13,48 @@ <% } %> <% if (showDetails) { %> -
- <%= gettext("Certificate Details") %> -
-
-
-
- <%= gettext('Course Title') %>: - <%= course.get('name') %> -
- <% if (course_title) { %> -
- <%= gettext('Course Title Override') %>: - <%= course_title %> -
- <% } %> -
+
+
+

<%= gettext("Certificate Details") %>

+
+
+
+

+ <%= gettext('Course Title') %>: + <%= course.get('name') %> +

+ <% if (course_title) { %> +

+ <%= gettext('Course Title Override') %>: + <%= course_title %> +

+ <% } %> +
-
-
- <%= gettext('Course Number') %>: - <%= course.get('num') %> -
+
+

+ <%= gettext('Course Number') %>: + <%= course.get('num') %> +

- <% if (course.get('display_course_number')) { %> -
- <%= gettext('Course Number Override') %>: - <%= course.get('display_course_number') %> -
- <% } %> + <% if (course.get('display_course_number')) { %> +

+ <%= gettext('Course Number Override') %>: + <%= course.get('display_course_number') %> +

+ <% } %> +
-
+
-
- <%= gettext("Certificate Signatories") %> -
-
+ +
+
+

<%= gettext("Certificate Signatories") %>

+
+

It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.

+
+
<% } %> diff --git a/cms/templates/js/certificate-editor.underscore b/cms/templates/js/certificate-editor.underscore index 0068eba139..6b5a107cf1 100644 --- a/cms/templates/js/certificate-editor.underscore +++ b/cms/templates/js/certificate-editor.underscore @@ -19,8 +19,11 @@ <%= gettext("Description of the certificate") %>
-
- +
+

<%= gettext("Certificate Details") %>

+
+
+ <%= gettext("Course Title") %>: <%= course.get('name') %>
@@ -30,8 +33,9 @@
- <%= gettext("Certificate Signatories") %> +

<%= gettext("Certificate Signatories") %>

+

It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.