diff --git a/digitalglarus/static/digitalglarus/css/price.css b/digitalglarus/static/digitalglarus/css/price.css index 359b47fe..49364c96 100644 --- a/digitalglarus/static/digitalglarus/css/price.css +++ b/digitalglarus/static/digitalglarus/css/price.css @@ -57,8 +57,8 @@ text-transform: none; } -#price { - background-image: url(../img/bg-price.png); +.price { + background-position: center center; background-repeat: none; -webkit-background-size: cover; @@ -196,14 +196,29 @@ color: #88c7d7; } +.glyphicon-calendar{ + font-size: 42px; + display: block; + text-align: center; + margin: 40px auto 20px; + color: #88c7d7; +} + .glyphicon-ok { - font-size: 28px; + font-size: 42px; display: block; text-align: center; margin-bottom: 20px; color: #88c7d7; margin-top: 0px; } + +.glyphicon-flag { + font-size: 44px; + display: block; + text-align: center; + margin: 30px auto 30px; + color: #88c7d7; } @@ -364,7 +379,7 @@ } .form-control { - color: #000; + color: #999; border-radius: 0px; box-shadow: none; } @@ -619,4 +634,11 @@ th { color: inherit; background-color: #fff; text-align: left; + font-size: 15px; +} + +.term-head { + font-size: 18px; + font-weight: 700; + margin: 0 0 0px; } \ No newline at end of file diff --git a/digitalglarus/templates/digitalglarus/login.html b/digitalglarus/templates/digitalglarus/login.html index f61a3f9b..bee2ce34 100644 --- a/digitalglarus/templates/digitalglarus/login.html +++ b/digitalglarus/templates/digitalglarus/login.html @@ -2,7 +2,20 @@ {% load staticfiles bootstrap3 i18n %} {% block content %} +
@@ -43,7 +56,10 @@ {% endfor %}

{{form.non_field_errors|striptags}}

- + + + +
@@ -77,4 +93,65 @@
+ + {% endblock %} \ No newline at end of file diff --git a/digitalglarus/templates/digitalglarus/membership_payment.html b/digitalglarus/templates/digitalglarus/membership_payment.html index 2a3bf613..3b147aaa 100644 --- a/digitalglarus/templates/digitalglarus/membership_payment.html +++ b/digitalglarus/templates/digitalglarus/membership_payment.html @@ -22,6 +22,15 @@ @media screen and (min-width: 768px) { #cancel-subscription-modal .modal-dialog {width:900px;} + +.glyphicon-flag { + font-size: 44px; + display: block; + text-align: center; + margin: 30px auto 30px; + color: #88c7d7; +} + @@ -189,13 +198,12 @@ - - - - -
-
-
-
- Digital Glarus
- In der Au 7 Schwanden 8762 Switzerland -
info@digitalglarus.ch -
- (044) 534-66-22 -

 

-
-
-

 

-
-
-
- - - diff --git a/stripe_keys.sh b/stripe_keys.sh index 6ec79ff6..5681e62c 100644 --- a/stripe_keys.sh +++ b/stripe_keys.sh @@ -1,2 +1,2 @@ -export STRIPE_API_PRIVATE_KEY='sk_test_dqAmbKAij12QCGfkYZ3poGt2' -export STRIPE_API_PUBLIC_KEY='pk_test_QqBZ50Am8KOxaAlOxbcm9Psl' \ No newline at end of file +export STRIPE_API_PRIVATE_KEY=sk_test_dqAmbKAij12QCGfkYZ3poGt2 +export STRIPE_API_PUBLIC_KEY=pk_test_QqBZ50Am8KOxaAlOxbcm9Psl \ No newline at end of file