From 73a18542b02ff4a70e58a7a4e24b6bada56e92d6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Dec 2016 19:15:59 -0400 Subject: [PATCH] coherent button style and notice box --- .../digitalglarus/booking_orders_detail.html | 29 +- .../templates/digitalglarus/login_hello.html | 80 ++++++ .../templates/new_base_glarus123123.html | 249 ++++++++++++++++++ stripe_keys.sh | 2 - 4 files changed, 350 insertions(+), 10 deletions(-) create mode 100644 digitalglarus/templates/digitalglarus/login_hello.html create mode 100644 digitalglarus/templates/new_base_glarus123123.html delete mode 100644 stripe_keys.sh diff --git a/digitalglarus/templates/digitalglarus/booking_orders_detail.html b/digitalglarus/templates/digitalglarus/booking_orders_detail.html index 8163b7cb..a91ec55a 100644 --- a/digitalglarus/templates/digitalglarus/booking_orders_detail.html +++ b/digitalglarus/templates/digitalglarus/booking_orders_detail.html @@ -8,6 +8,16 @@ text-align: center !important; } +#outer +{ + width:100%; + text-align: center; +} +.inner +{ + display: inline-block; +} + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stripe_keys.sh b/stripe_keys.sh deleted file mode 100644 index 5681e62c..00000000 --- a/stripe_keys.sh +++ /dev/null @@ -1,2 +0,0 @@ -export STRIPE_API_PRIVATE_KEY=sk_test_dqAmbKAij12QCGfkYZ3poGt2 -export STRIPE_API_PUBLIC_KEY=pk_test_QqBZ50Am8KOxaAlOxbcm9Psl \ No newline at end of file