Fixed submit button style, added create-account notice to log in page
This commit is contained in:
parent
7c2005b6e2
commit
b5cc7afea2
@ -23,6 +23,11 @@ h1 {
|
|||||||
margin-top:40px;
|
margin-top:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-family: sans;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #86D4B1;
|
color: #86D4B1;
|
||||||
}
|
}
|
||||||
@ -67,7 +72,6 @@ label {
|
|||||||
color:#272727;
|
color:#272727;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
float:left;
|
|
||||||
display:block;
|
display:block;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-left:11px;
|
padding-left:11px;
|
||||||
@ -92,7 +96,7 @@ label {
|
|||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
background-color:#393939;
|
background-color:#393939;
|
||||||
padding:0px 83px 83px;
|
padding:0px 83px 30px 83px;
|
||||||
border-top:5px solid #d49086;
|
border-top:5px solid #d49086;
|
||||||
font-size:18px;
|
font-size:18px;
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
{% if next %}
|
{% if next %}
|
||||||
<input type="hidden" name="next" value="{{ next }}" class="button" />
|
<input type="hidden" name="next" value="{{ next }}" class="button" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p>Don't have an account yet? <a href="{{ request.urlgen('mediagoblin.auth.register') }}">Create one here!</a></p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user