Merge pull request #5927 from edx/logistration-footnote

ECOM-632 added asterix explanation footnote
This commit is contained in:
AlasdairSwan
2014-11-12 09:12:09 -05:00
2 changed files with 9 additions and 0 deletions

View File

@@ -95,6 +95,13 @@
}
}
.note {
@extend %t-copy-sub2;
display: block;
font-weight: normal;
color: $gray;
margin-top: 15px;
}
/** The forms **/

View File

@@ -25,4 +25,6 @@
<%= context.fields %>
<button class="action action-primary action-update js-register register-button"><%- gettext("Register") %></button>
<p class="note">* <%- gettext("Required fields") %></p>
</form>