diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index cabf933c0dcb07184d485f876291f993335dea49..a739a1f2bd6a169437578e3b894dfe3b4e3debed 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -332,6 +332,10 @@ ul.fa-ul{ font-style: normal; font-weight: 500; + &.honor_tos_combined { + font-size: small; + } + &.focus-in { position: relative; padding-top: 0; diff --git a/lms/templates/student_account/form_field.underscore b/lms/templates/student_account/form_field.underscore index b30daba18dccd00ee70cf31abd52e36be3b9a9d8..99cf74181a0a513cec98c0ac636606756996b7bc 100644 --- a/lms/templates/student_account/form_field.underscore +++ b/lms/templates/student_account/form_field.underscore @@ -75,7 +75,7 @@ </div> <% } %> <% } else if (type === 'plaintext' ) { %> - <span class="plaintext-field"><%= HtmlUtils.HTML(label) %></span> + <span class="plaintext-field honor_tos_combined"><%= HtmlUtils.HTML(label) %></span> <input id="<%- form %>-<%- name %>" type="hidden" name="<%- name %>"