Commit fbbe307f by stephensanchez

Small css changes to the ecommerce tab

parent 5788a742
...@@ -1854,17 +1854,13 @@ input[name="subject"] { ...@@ -1854,17 +1854,13 @@ input[name="subject"] {
} }
span.code_tip { span.code_tip {
display: block; display: block;
margin-bottom: 6px; margin-bottom: 30px;
@include padding(($baseline/2) 15px ($baseline/2) $baseline); @include padding(($baseline/2) 15px ($baseline/2) 0);
background: none repeat scroll 0 0 #F8F4EC;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
color: #3C3C3C; color: #3C3C3C;
line-height: 30px; line-height: 30px;
.add{ .add{
@include button(simple, $blue); @include button(simple, $blue);
@extend .button-reset; @extend .button-reset;
@include float(right);
font-size: em(13); font-size: em(13);
} }
} }
...@@ -1875,7 +1871,6 @@ input[name="subject"] { ...@@ -1875,7 +1871,6 @@ input[name="subject"] {
@include padding(($baseline/2) 15px ($baseline/2) 1px); @include padding(($baseline/2) 15px ($baseline/2) 1px);
.add{ .add{
font-size: em(13); font-size: em(13);
@include float(right);
} }
} }
span.invalid_sale { span.invalid_sale {
......
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
<h2>${_('Registration Codes')}</h2> <h2>${_('Registration Codes')}</h2>
<div> <div>
%if section_data['sales_admin']: %if section_data['sales_admin']:
<span class="code_tip">${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')} <span class="code_tip">
<a id="registration_code_generation_link" href="#reg_code_generation_modal" class="add blue-button">${_('Create Enrollment Codes')}</a> <p>${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')}</p>
<a id="registration_code_generation_link" href="#reg_code_generation_modal" class="add blue-button">${_('Create Enrollment Codes')}</a>
</span> </span>
%endif %endif
<p>${_('Download a .csv file of all enrollment codes for this course')}</p> <p>${_('Download a .csv file of all enrollment codes for this course')}</p>
...@@ -66,8 +67,8 @@ ...@@ -66,8 +67,8 @@
<span><strong>${_("Total Credit Card Purchases: ")}</strong></span><span>$${section_data['total_amount']}</span> <span><strong>${_("Total Credit Card Purchases: ")}</strong></span><span>$${section_data['total_amount']}</span>
%endif %endif
<span class="csv_tip"> <span class="csv_tip">
<div > <div>
${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")} <p>${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")}</p>
<input type="button" class="add blue-button" name="list-sale-csv" value="${_("Download All Invoices")}" data-endpoint="${ section_data['get_sale_records_url'] }" data-csv="true"> <input type="button" class="add blue-button" name="list-sale-csv" value="${_("Download All Invoices")}" data-endpoint="${ section_data['get_sale_records_url'] }" data-csv="true">
<input type="button" class="add blue-button" name="list-order-sale-csv" value="${_("Download All Credit Card Purchases")}" data-endpoint="${ section_data['get_sale_order_records_url'] }" data-csv="true"> <input type="button" class="add blue-button" name="list-order-sale-csv" value="${_("Download All Credit Card Purchases")}" data-endpoint="${ section_data['get_sale_order_records_url'] }" data-csv="true">
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment