signup page layout fix mobile, confirm-reset-page layout fix

This commit is contained in:
ARvind Tiwari 2017-07-28 18:27:38 +05:30
commit a1191e14ac
4 changed files with 23 additions and 10 deletions

View file

@ -2,6 +2,10 @@
{% load staticfiles bootstrap3%}
{% load i18n %}
{% block navbar %}
{% include 'hosting/includes/_navbar_transparent.html' %}
{% endblock navbar %}
{% block content %}
<div class="auth-container">
<div class="auth-bg"></div>
@ -25,7 +29,7 @@
{% bootstrap_field field show_label=False %}
{% endfor %}
{% buttons %}
<button type="submit" class="btn btn-default">
<button type="submit" class="btn btn-block btn-success">
{% trans "Reset"%}
</button>
{% endbuttons %}
@ -40,7 +44,7 @@
</div>
</div>
</div>
</div>
</div>
{% endblock %}

View file

@ -1,6 +1,6 @@
{% load static i18n %}
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent" role="navigation">
<nav class="navbar navbar-default topnav navbar-transparent" role="navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">