Fixed login error message change. Changed signup page background image. Changed login page background image. Changed djangohosting card image. Changed pricing font. Fixed pricing alignment. Fixed selector price
This commit is contained in:
parent
a72c1446b4
commit
8c304dedb9
7 changed files with 18 additions and 10 deletions
|
@ -72,12 +72,12 @@ h6 {
|
|||
}
|
||||
|
||||
.intro-login {
|
||||
background: url(../img/intro-bg.jpg) no-repeat center center;
|
||||
background: url(../img/login-bg.jpg) no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.intro-signup {
|
||||
background: url(../img/configure.jpg) no-repeat center center;
|
||||
background: url(../img/signup-bg.png) no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,13 +36,21 @@
|
|||
height: 150px;
|
||||
}
|
||||
|
||||
.pricing li .form-control{
|
||||
width:auto;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.pricing big {
|
||||
font-size: 32px;
|
||||
}
|
||||
.pricing h3 {
|
||||
margin-bottom: 0;
|
||||
font-size: 36px;
|
||||
font-size: 31px;
|
||||
font-weight: bold;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.pricing span {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
|
@ -103,7 +111,7 @@
|
|||
|
||||
.pricing .short-input{
|
||||
min-width: 0;
|
||||
width: 90px;
|
||||
width: 75px !important;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 128 KiB |
BIN
hosting/static/hosting/img/login-bg.jpg
Normal file
BIN
hosting/static/hosting/img/login-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
hosting/static/hosting/img/signup-bg.png
Normal file
BIN
hosting/static/hosting/img/signup-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
|
@ -60,8 +60,8 @@
|
|||
|
||||
</li>
|
||||
<li>
|
||||
<div class="btn-group">
|
||||
<div class="form-group">
|
||||
<div class="btn-group">
|
||||
<label for="memory">Memory: </label>
|
||||
<select class="form-control memory-selector" name="memory" id="{{vm.hosting_company}}-memory" data-vm-type="{{vm.hosting_company}}">
|
||||
{% with ''|center:50 as range %}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</button>
|
||||
{% endbuttons %}
|
||||
</form>
|
||||
<span>Doesn't have an account ? <a class="unlink" href="{% url 'hosting:signup' %}">Sign up</a></span>
|
||||
<span>Don't have an account yet ? <a class="unlink" href="{% url 'hosting:signup' %}">Sign up</a></span>
|
||||
|
||||
<ul class="list-inline intro-social-buttons">
|
||||
|
||||
|
|
Loading…
Reference in a new issue