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
hosting
static/hosting
templates/hosting
|
@ -72,12 +72,12 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-login {
|
.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;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-signup {
|
.intro-signup {
|
||||||
background: url(../img/configure.jpg) no-repeat center center;
|
background: url(../img/signup-bg.png) no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,13 +36,21 @@
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pricing li .form-control{
|
||||||
|
width:auto;
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.pricing big {
|
.pricing big {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
.pricing h3 {
|
.pricing h3 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 36px;
|
font-size: 31px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pricing span {
|
.pricing span {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
@ -103,7 +111,7 @@
|
||||||
|
|
||||||
.pricing .short-input{
|
.pricing .short-input{
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 90px;
|
width: 75px !important;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 143 KiB After ![]() (image error) 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 ![]() (image error) 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 ![]() (image error) Size: 290 KiB |
|
@ -60,8 +60,8 @@
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="btn-group">
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
<div class="btn-group">
|
||||||
<label for="memory">Memory: </label>
|
<label for="memory">Memory: </label>
|
||||||
<select class="form-control memory-selector" name="memory" id="{{vm.hosting_company}}-memory" data-vm-type="{{vm.hosting_company}}">
|
<select class="form-control memory-selector" name="memory" id="{{vm.hosting_company}}-memory" data-vm-type="{{vm.hosting_company}}">
|
||||||
{% with ''|center:50 as range %}
|
{% with ''|center:50 as range %}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</button>
|
</button>
|
||||||
{% endbuttons %}
|
{% endbuttons %}
|
||||||
</form>
|
</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">
|
<ul class="list-inline intro-social-buttons">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue