Merge pull request #1685 from edx/jbau/shopping-cart/report

CSV Reporting of Shopping Cart Purchases, with tests
This commit is contained in:
Jason Bau
2013-11-26 11:45:59 -08:00
12 changed files with 582 additions and 7 deletions

View File

@@ -5,6 +5,14 @@
padding: 30px 30px 0 30px;
}
.error_msg {
margin: 20px;
padding: 5px;
color: $red;
border: 1px solid $red;
}
.cart-list {
padding: 30px;
margin-top: 40px;