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:
Levi 2016-06-03 00:59:46 -05:00
parent d472d37fab
commit 18c7691d92
7 changed files with 18 additions and 10 deletions

View File

@ -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;
}

View File

@ -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;
margin-bottom: 0;
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

View File

@ -47,7 +47,7 @@
<!-- Single button -->
<div class="btn-group">
<div class="form-group">
<label for="cores">Cores: </label>
<label for="cores">Cores: </label>
<select class="form-control cores-selector" name="cores" id="{{vm.hosting_company}}-cores" data-vm-type="{{vm.hosting_company}}">
{% with ''|center:10 as range %}
{% for _ in range %}
@ -60,9 +60,9 @@
</li>
<li>
<div class="btn-group">
<div class="form-group">
<label for="memory">Memory: </label>
<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 %}
{% for _ in range %}

View File

@ -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">