From 3772788ffe440ed1a48a4861d620587a05429feb Mon Sep 17 00:00:00 2001 From: ARvind Tiwari Date: Tue, 1 Aug 2017 21:20:42 +0530 Subject: [PATCH] btn colors onversed --- hosting/static/hosting/css/user_keys.css | 2 +- hosting/templates/hosting/choice_ssh_keys.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosting/static/hosting/css/user_keys.css b/hosting/static/hosting/css/user_keys.css index 9e976914..5020bf85 100644 --- a/hosting/static/hosting/css/user_keys.css +++ b/hosting/static/hosting/css/user_keys.css @@ -34,7 +34,7 @@ margin-bottom: 25px; } .choice-btn { - min-width: 100px; + min-width: 110px; margin-top: 25px; background-color: #3C5480; color: #fff; diff --git a/hosting/templates/hosting/choice_ssh_keys.html b/hosting/templates/hosting/choice_ssh_keys.html index b76d90bd..5c7b8b64 100644 --- a/hosting/templates/hosting/choice_ssh_keys.html +++ b/hosting/templates/hosting/choice_ssh_keys.html @@ -21,7 +21,7 @@

{% trans "I want to generate a new key pair" %}.

{% csrf_token %} -
@@ -31,7 +31,7 @@

{% trans "Using existing key" %}

{% trans "I want to use my existing public key"%}.

-