diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index a70993de8f..789145c8b0 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -1854,17 +1854,13 @@ input[name="subject"] { } span.code_tip { display: block; - margin-bottom: 6px; - @include padding(($baseline/2) 15px ($baseline/2) $baseline); - background: none repeat scroll 0 0 #F8F4EC; - border-bottom: 1px solid #DDDDDD; - border-top: 1px solid #DDDDDD; + margin-bottom: 30px; + @include padding(($baseline/2) 15px ($baseline/2) 0); color: #3C3C3C; line-height: 30px; .add{ @include button(simple, $blue); @extend .button-reset; - @include float(right); font-size: em(13); } } @@ -1875,7 +1871,6 @@ input[name="subject"] { @include padding(($baseline/2) 15px ($baseline/2) 1px); .add{ font-size: em(13); - @include float(right); } } span.invalid_sale { diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index cfaf114c3c..1d96a064bb 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -13,8 +13,9 @@

${_('Registration Codes')}

%if section_data['sales_admin']: - ${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')} - ${_('Create Enrollment Codes')} + +

${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')}

+ ${_('Create Enrollment Codes')}
%endif

${_('Download a .csv file of all enrollment codes for this course')}

@@ -66,8 +67,8 @@ ${_("Total Credit Card Purchases: ")}$${section_data['total_amount']} %endif -
- ${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")} +
+

${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")}