fixing some problems
This commit is contained in:
parent
34c9cc0ef2
commit
c18ca3a7df
5 changed files with 22 additions and 7 deletions
|
@ -57,8 +57,8 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
#price {
|
||||||
|
background-image: url(../img/bg-price.png);
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: none;
|
background-repeat: none;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
|
|
|
@ -13,6 +13,14 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 30px auto 30px;
|
margin: 30px auto 30px;
|
||||||
color: #88c7d7;
|
color: #88c7d7;
|
||||||
|
|
||||||
|
.price2 {
|
||||||
|
|
||||||
|
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -101,7 +109,7 @@
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<section id="price">
|
<section id="price2">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row col-md-2 text-center wow fadeInDown"></div>
|
<div class="row col-md-2 text-center wow fadeInDown"></div>
|
||||||
<div class="row col-md-8 text-center wow fadeInDown">
|
<div class="row col-md-8 text-center wow fadeInDown">
|
||||||
|
|
|
@ -29,6 +29,14 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 30px auto 30px;
|
margin: 30px auto 30px;
|
||||||
color: #88c7d7;
|
color: #88c7d7;
|
||||||
|
|
||||||
|
.price2 {
|
||||||
|
|
||||||
|
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -208,7 +216,7 @@
|
||||||
<div class="price-box">
|
<div class="price-box">
|
||||||
<span class="glyphicon glyphicon-flag"></span>
|
<span class="glyphicon glyphicon-flag"></span>
|
||||||
<h2 class="section-heading">General Terms & Conditions of Digital Glarus Membership</h2>
|
<h2 class="section-heading">General Terms & Conditions of Digital Glarus Membership</h2>
|
||||||
<h2 class="price">Valid from 31 October 2016, v1.0 dated 31 October 2016</h2>
|
<h2 class="price2">Valid from 31 October 2016, v1.0 dated 31 October 2016</h2>
|
||||||
<hr class="primary">
|
<hr class="primary">
|
||||||
<div class="price-exp-box">
|
<div class="price-exp-box">
|
||||||
<p class="text-left">
|
<p class="text-left">
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
margin: 40px auto 20px;
|
margin: 40px auto 20px;
|
||||||
color: #88c7d7;
|
color: #88c7d7;
|
||||||
}
|
}
|
||||||
.price {
|
.price2 {
|
||||||
|
|
||||||
|
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<section id="price">
|
<section id="price2">
|
||||||
<div class="signup-container">
|
<div class="signup-container">
|
||||||
<div class="col-xs-12 col-sm-3 col-lg-4 text-center wow fadeInDown"> </div>
|
<div class="col-xs-12 col-sm-3 col-lg-4 text-center wow fadeInDown"> </div>
|
||||||
<div class="col-xs-12 col-sm-6 col-lg-4 text-center wow fadeInDown">
|
<div class="col-xs-12 col-sm-6 col-lg-4 text-center wow fadeInDown">
|
||||||
|
|
|
@ -182,7 +182,6 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'app'
|
'NAME': 'app'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue