diff --git a/shared/static/css/style.css b/shared/static/css/style.css index caf1a0e..4314be8 100644 --- a/shared/static/css/style.css +++ b/shared/static/css/style.css @@ -61,6 +61,18 @@ a, a:hover, a:focus { text-decoration: none; } +/* centered columns styles */ +.row-centered { + text-align:center; +} +.col-centered { + display:inline-block; + float:none; + /* reset the text-align */ + text-align:left; + /* inline-block space fix */ +} + /*Helpers*/ @@ -684,7 +696,7 @@ PANELS CONFIGURATIONS .form-panel { background: #ffffff; margin: 10px; - padding: 10px; + padding: 20px; box-shadow: 0px 3px 2px #aab2bd; text-align: left; } diff --git a/shared/templates/base.html b/shared/templates/base.html index 1abc390..290a74d 100644 --- a/shared/templates/base.html +++ b/shared/templates/base.html @@ -22,8 +22,8 @@ {% endblock %} {% block real_content %} -
-
+
+

{% block page_title %}{% endblock %}

{% block content %}{% endblock %}
diff --git a/user/templates/user/user_form.html b/user/templates/user/user_form.html index 49bbfa2..8b5fb83 100644 --- a/user/templates/user/user_form.html +++ b/user/templates/user/user_form.html @@ -4,6 +4,9 @@ {% load bootstrap %} {% block page_title %}{{ page_title }}{% endblock %} + +{% block page_size %}col-lg-8{% endblock %} + {% block content %}