btn color on ssh_keys page

This commit is contained in:
ARvind Tiwari 2017-08-03 00:50:27 +05:30
parent 94e7039d8c
commit c8cf0bfba5
4 changed files with 9 additions and 9 deletions

View file

@ -516,7 +516,7 @@ msgstr ""
#: .\hosting\templates\hosting\user_keys.html:6 #: .\hosting\templates\hosting\user_keys.html:6
msgid "Your SSH Keys" msgid "Your SSH Keys"
msgstr "" msgstr "Deine SSH Keys"
#: .\hosting\templates\hosting\user_keys.html:15 #: .\hosting\templates\hosting\user_keys.html:15
msgid "" msgid ""

View file

@ -55,7 +55,7 @@
@media (max-width: 767px) { @media (max-width: 767px) {
.h1-thin { .h1-thin {
font-size: 27px; font-size: 29px;
} }
.dashboard-choice-container h2 { .dashboard-choice-container h2 {
font-size: 20px; font-size: 20px;
@ -121,7 +121,7 @@
background-color: #337ab7; background-color: #337ab7;
margin-top: auto; margin-top: auto;
margin-bottom: auto; margin-bottom: auto;
font-weight: 700; /* font-weight: 700; */
vertical-align: middle; vertical-align: middle;
margin-right: 25px; margin-right: 25px;
} }
@ -150,8 +150,8 @@
width: 100% !important; width: 100% !important;
} }
.row { .row {
margin-right: 0; /* margin-right: 0; */
margin-left: 0; /* margin-left: 0; */
} }
.col-md-12, .col-sm-12{ .col-md-12, .col-sm-12{
padding-left: 5px; padding-left: 5px;
@ -267,8 +267,8 @@
font-family: 'Lato-Light', sans-serif; font-family: 'Lato-Light', sans-serif;
} }
.underform-contaner button{ .underform-contaner button{
font-family: Lato; /* font-family: Lato; */
font-weight: 600; /* font-weight: 600; */
min-width: 120px; min-width: 120px;
height: 35px; height: 35px;
margin-top: 0; margin-top: 0;

View file

@ -32,7 +32,7 @@
<div class="underform-contaner"> <div class="underform-contaner">
<h4>{% trans "Or you can generate a new key pair"%}.</h4> <h4>{% trans "Or you can generate a new key pair"%}.</h4>
<div class="btn-container"> <div class="btn-container">
<button type="submit" name="generate" class="btn choice-btn choice-btn"> <button type="submit" name="generate" class="btn choice-btn">
{% trans "Generate" %} {% trans "Generate" %}
</button> </button>
</div> </div>

View file

@ -13,7 +13,7 @@
{% endif %} {% endif %}
<div class="ssh-header-container"> <div class="ssh-header-container">
<p>{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}</p> <p>{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}</p>
<a class="btn btn-primary btn-custom-download" href="{% url 'hosting:choice_ssh_keys' %}" > <a class="btn choice-btn" href="{% url 'hosting:choice_ssh_keys' %}" >
<span class="fa fa-plus"></span>&nbsp;&nbsp;{% trans "Add SSH Key"%} <span class="fa fa-plus"></span>&nbsp;&nbsp;{% trans "Add SSH Key"%}
</a> </a>
</div> </div>