diff --git a/datacenterlight/static/datacenterlight/css/hosting.css b/datacenterlight/static/datacenterlight/css/hosting.css index b5622bff..c3ed336b 100644 --- a/datacenterlight/static/datacenterlight/css/hosting.css +++ b/datacenterlight/static/datacenterlight/css/hosting.css @@ -169,13 +169,13 @@ max-width: 1120px; } -@media (max-width: 768px) { +@media (max-width: 767px) { .content-dashboard { padding: 0 15px; } } -@media (max-width: 540px) { +@media (max-width: 576px) { select { width: 280px; } @@ -284,7 +284,7 @@ margin: 15px auto; } -@media (min-width: 768px) and (max-width: 900px) { +@media (min-width: 768px) and (max-width: 991px) { .modal-dialog { width: 50%; } @@ -296,7 +296,7 @@ } } -@media(min-width: 320px) { +@media(min-width: 576px) { .modal:before { content: ''; display: inline-block; diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 3af86333..eba3d1ef 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -215,7 +215,7 @@ textarea { /* Show the dropdown menu on hover */ -@media (min-width: 769px) { +@media (min-width: 768px) { .nav-language .dropdown:hover .dropdown-menu { display: block; } @@ -769,7 +769,7 @@ tech-sub-sec h2 { display: inline-block; } -@media (max-width: 768px) { +@media (max-width: 767px) { .ssdimg img { width: 100px; } @@ -884,7 +884,6 @@ tech-sub-sec h2 { .price-calc-section .card .description span { font-size: 16px; - margin-left: 4px; margin-left: 0px; width: 30%; text-align: left; @@ -1002,7 +1001,7 @@ tech-sub-sec h2 { } } -@media screen and (min-width: 480px) and (max-width: 767px) { +@media (min-width: 576px) and (max-width: 767px) { .logo-wrap, .logo-wrap-1 { width: 50%; padding: 15px 30px !important; @@ -1010,7 +1009,7 @@ tech-sub-sec h2 { } } -@media(max-width:990px) { +@media(max-width:991px) { .pricing-section .text { text-align: center; margin-bottom: 40px; @@ -1174,7 +1173,7 @@ tech-sub-sec h2 { } } -@media(max-width:540px) { +@media(max-width:575px) { .logo-wrap { padding: 30px; } @@ -1201,7 +1200,6 @@ tech-sub-sec h2 { } .price-calc-section .card .description span { font-size: 15px; - margin-left: 0px; } } diff --git a/datacenterlight/urls.py b/datacenterlight/urls.py index 2eae4165..eddbb060 100644 --- a/datacenterlight/urls.py +++ b/datacenterlight/urls.py @@ -1,8 +1,8 @@ from django.conf.urls import url from .views import ( - IndexView, BetaProgramView, LandingProgramView, BetaAccessView, - SuccessView, PaymentOrderView, OrderConfirmationView, + # BetaProgramView, SuccessView, LandingProgramView, + IndexView, BetaAccessView, PaymentOrderView, OrderConfirmationView, WhyDataCenterLightView, ContactUsView ) diff --git a/hosting/templates/hosting/choice_ssh_keys.html b/hosting/templates/hosting/choice_ssh_keys.html index 87224156..dbd3150a 100644 --- a/hosting/templates/hosting/choice_ssh_keys.html +++ b/hosting/templates/hosting/choice_ssh_keys.html @@ -25,7 +25,6 @@ {% trans "Generate" %} -

{% trans "Using existing key" %}

diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html index c01f53ef..804d661a 100644 --- a/hosting/templates/hosting/user_key.html +++ b/hosting/templates/hosting/user_key.html @@ -4,7 +4,7 @@
-
+
{% csrf_token %}