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 %} -