Skip to content

Commit ecc26f6

Browse files
committed
Style tweaks to login template.
1 parent 735d225 commit ecc26f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rest_framework/templates/rest_framework/login_base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
</div>
3737
</div>
3838
<div id="div_id_password"
39-
class="clearfix control-group {% if form.password.errors %}error{% endif %}">
39+
class="clearfix control-group {% if form.password.errors %}error{% endif %}"
40+
style="margin-top: 10px">
4041
<div class="controls">
4142
<label class="span4">Password:</label>
4243
<input style="height: 25px" type="password" name="password" maxlength="100"
@@ -55,7 +56,7 @@
5556
<div class="well well-small text-error" style="border: none">{{ error }}</div>
5657
{% endfor %}
5758
{% endif %}
58-
<div class="form-actions-no-box">
59+
<div class="form-actions-no-box" style="margin-top: 20px">
5960
<input type="submit" name="submit" value="Log in" class="btn btn-primary" id="submit-id-submit">
6061
</div>
6162
</form>

0 commit comments

Comments
 (0)