From c8cf0bfba580c7a5ccb238114862934976c8bf55 Mon Sep 17 00:00:00 2001 From: ARvind Tiwari Date: Thu, 3 Aug 2017 00:50:27 +0530 Subject: [PATCH] btn color on ssh_keys page --- hosting/locale/de/LC_MESSAGES/django.po | 2 +- hosting/static/hosting/css/user_keys.css | 12 ++++++------ hosting/templates/hosting/user_key.html | 2 +- hosting/templates/hosting/user_keys.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po index 9ad76111..7e49f20f 100644 --- a/hosting/locale/de/LC_MESSAGES/django.po +++ b/hosting/locale/de/LC_MESSAGES/django.po @@ -516,7 +516,7 @@ msgstr "" #: .\hosting\templates\hosting\user_keys.html:6 msgid "Your SSH Keys" -msgstr "" +msgstr "Deine SSH Keys" #: .\hosting\templates\hosting\user_keys.html:15 msgid "" diff --git a/hosting/static/hosting/css/user_keys.css b/hosting/static/hosting/css/user_keys.css index 6163d37c..57bd6fab 100644 --- a/hosting/static/hosting/css/user_keys.css +++ b/hosting/static/hosting/css/user_keys.css @@ -55,7 +55,7 @@ @media (max-width: 767px) { .h1-thin { - font-size: 27px; + font-size: 29px; } .dashboard-choice-container h2 { font-size: 20px; @@ -121,7 +121,7 @@ background-color: #337ab7; margin-top: auto; margin-bottom: auto; - font-weight: 700; + /* font-weight: 700; */ vertical-align: middle; margin-right: 25px; } @@ -150,8 +150,8 @@ width: 100% !important; } .row { - margin-right: 0; - margin-left: 0; + /* margin-right: 0; */ + /* margin-left: 0; */ } .col-md-12, .col-sm-12{ padding-left: 5px; @@ -267,8 +267,8 @@ font-family: 'Lato-Light', sans-serif; } .underform-contaner button{ - font-family: Lato; - font-weight: 600; + /* font-family: Lato; */ + /* font-weight: 600; */ min-width: 120px; height: 35px; margin-top: 0; diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html index 35ab749f..c01f53ef 100644 --- a/hosting/templates/hosting/user_key.html +++ b/hosting/templates/hosting/user_key.html @@ -32,7 +32,7 @@

{% trans "Or you can generate a new key pair"%}.

-
diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html index d340283f..ae57e547 100644 --- a/hosting/templates/hosting/user_keys.html +++ b/hosting/templates/hosting/user_keys.html @@ -13,7 +13,7 @@ {% endif %}

{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}

- +   {% trans "Add SSH Key"%}