login
This commit is contained in:
parent
f88fa1e057
commit
44b14d18d9
|
@ -10,7 +10,7 @@ position:relative;}
|
||||||
|
|
||||||
|
|
||||||
#regContent
|
#regContent
|
||||||
{width:400px;
|
{width:450px;
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:0px;
|
right:0px;
|
||||||
|
@ -24,3 +24,27 @@ border-radius:20px;
|
||||||
-webkit-box-shadow:2px 3px 20px #252425;
|
-webkit-box-shadow:2px 3px 20px #252425;
|
||||||
box-shadow: 2px 3px 20px #252425;
|
box-shadow: 2px 3px 20px #252425;
|
||||||
margin-top:100px;}
|
margin-top:100px;}
|
||||||
|
|
||||||
|
table
|
||||||
|
{margin:0 auto;
|
||||||
|
margin-bottom:8px;}
|
||||||
|
|
||||||
|
th
|
||||||
|
{color:#8A8A8A;
|
||||||
|
font-weight:bold;}
|
||||||
|
|
||||||
|
|
||||||
|
.registerLink:link, .registerLink:visited, .registerLink:active
|
||||||
|
|
||||||
|
{text-decoration:none;
|
||||||
|
font-size:12px;
|
||||||
|
color:#8A8A8A;
|
||||||
|
font-weight:bold;
|
||||||
|
display:block;
|
||||||
|
padding-left:92px;
|
||||||
|
padding-bottom:12px;}
|
||||||
|
|
||||||
|
.registerLink:hover
|
||||||
|
{color:#F7BD00;
|
||||||
|
font-weight:bold;}
|
||||||
|
|
||||||
|
|
|
@ -2,16 +2,19 @@
|
||||||
|
|
||||||
|
|
||||||
{% block reg_content %}
|
{% block reg_content %}
|
||||||
<div id="loginWrapper">
|
|
||||||
<form action="" method="POST">
|
<form action="" method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table>
|
<table>
|
||||||
{{ form.as_table }}
|
{{ form.as_table }}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><input type="submit" value="Submit" /></td>
|
<td><input type="submit" value="Submit" /></td>
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<a href="" class="registerLink">Forgot your Password? </a>
|
||||||
|
<a href="" class="registerLink">New Here? Register Now!</a>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user