fixed scroll navbar issue, fixed supportus, fixed billing addres

This commit is contained in:
Levi 2017-01-16 11:03:23 -05:00
commit 8a4a2ff941
5 changed files with 11 additions and 12 deletions

View file

@ -113,7 +113,7 @@
</form>
{% else %}
<p class="inner">
<a class="btn btn-primary btn-blue" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
<a class="btn btn-primary btn-blue hidden-print" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
</p>
{% endif %}

View file

@ -50,7 +50,7 @@
</div>
</div>
<div class="col-xs-12 col-sm-4 col-lg-4 wow fadeInDown">
<div class="col-xs-12 col-sm-4 col-lg-4 wow fadeInDown hidden-print">
<div class="order-summary">
<div class="header text-center">
<h2 class="order-name">Order Summary</h2>

View file

@ -1,7 +1,9 @@
{% extends "new_base_glarus.html" %}
{% load staticfiles cms_tags %}
{% block extra_css %}
{% block content %}
<style type="text/css">
.supportus-posts .post-preview {
@ -43,10 +45,6 @@
}
</style>
{% endblock %}
{% block content %}
<!-- Header -->
<section>