Merge branch 'master' into bug/3638/ssh_key_without_download_option
This commit is contained in:
commit
6175cf9617
3 changed files with 7 additions and 3 deletions
|
@ -225,7 +225,7 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-bg {
|
.auth-bg {
|
||||||
background: url(../img/auth-bg.jpg);
|
background: url(../img/auth-bg-sm.jpg);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -538,6 +538,10 @@ a.unlink:hover {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-warning-addtional-margin {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.stripe-payment-btn {
|
.stripe-payment-btn {
|
||||||
outline: none;
|
outline: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
BIN
hosting/static/hosting/img/auth-bg-sm.jpg
Normal file
BIN
hosting/static/hosting/img/auth-bg-sm.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
|
@ -86,7 +86,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<p>
|
<p class="card-warning-content card-warning-addtional-margin">
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
You are not making any payment yet. After submitting your card
|
You are not making any payment yet. After submitting your card
|
||||||
information, you will be taken to the Confirm Order Page.
|
information, you will be taken to the Confirm Order Page.
|
||||||
|
|
Loading…
Reference in a new issue