fixed invoice order, fixed modal css issue

This commit is contained in:
Levi 2017-01-16 11:28:31 -05:00
parent 8a4a2ff941
commit f1ce985cff
2 changed files with 6 additions and 2 deletions

View File

@ -83,8 +83,8 @@
<p class="inner">
<input type="hidden" name="start_date" value="{{order.booking.start_date}}">
<!-- <a class="" href="{% url 'digitalglarus:booking_orders_list' %}" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</a> -->
<a class="btn btn-primary btn-blue" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
<button type="button" class="btn btn-primary btn-grey" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</button>
<a class="btn btn-primary btn-blue hidden-print" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
<button type="button" class="btn btn-primary btn-grey hidden-print" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</button>
</p>
<div class="modal fade bs-example-modal-sm" id="cancel-booking-modal" tabindex="-1" role="dialog">

View File

@ -22,6 +22,10 @@
.order-bottom-text a{
margin-left: 0px;
}
#cancel-subscription-modal .modal-header {
border-bottom: none;
}
</style>
<section id="price">