Commit e8fcfe19 by Vedran Karacic Committed by Vedran Karačić

Display messages for Enrollment codes basket items.

parent e23b31d5
.basket { .basket {
.close { .alertinner {
margin-top: -20px; display: inline-block;
} }
.container { .container {
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
width: 35%; width: 35%;
padding: 3px; padding: 3px;
} }
button.update-button { button.update-button {
display: inline-block; display: inline-block;
vertical-align:top; vertical-align:top;
...@@ -235,10 +235,6 @@ ...@@ -235,10 +235,6 @@
} }
.basket-client-side { .basket-client-side {
.close {
margin-top: -20px;
}
legend, p.title { legend, p.title {
color: #337ab7; color: #337ab7;
font-size: 16px; font-size: 16px;
......
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
{% load widget_tweaks %} {% load widget_tweaks %}
{% load staticfiles %} {% load staticfiles %}
{% if show_voucher_form %} {% include 'partials/alert_messages.html' %}
{% include 'partials/alert_messages.html' %}
{% endif %}
<div id="summary" class="col-sm-5"> <div id="summary" class="col-sm-5">
<form action="." method="post" class="row"> <form action="." method="post" class="row">
......
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