diff --git a/static/css/style.css b/static/css/style.css index 7a83dd9..c7a9ec2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -217,6 +217,9 @@ header .site-menu a{ padding: 0.5em 1em 0.5em 1em; margin: 0; } +.left-menu ul:first-child { + padding-top: 0; +} .left-menu li { padding: 0.3em 0; } @@ -276,17 +279,19 @@ header .site-menu a{ .flex-page-content { overflow: auto; flex-grow: 2; - margin: 2em 1em 2em 1em; + margin: 0 1em 2em 1em; } -.flex-page-content .content-box { +.flex-page .content-box { margin: 0; +} +.flex-page-content .content-box:not(:first-child) { margin-top: 1em; } .content-box { margin: 1em; border: 1px solid #bbb; - padding: 2em 2em; + padding: 1em 2em; background: #fff; overflow: auto; flex-grow: 2; @@ -295,7 +300,6 @@ header .site-menu a{ -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.21); box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.21); } - .flex-page-content h2, .content-box h2 { margin-top: 0; font-size: 1.5em; @@ -673,7 +677,7 @@ a.home-signup-button { width: 100%; } -.account-status table tr { +.account-status table tr:not(:first-child) { border-top: 1px solid #ddd; } .account-status table td { diff --git a/templates/account_layout.html b/templates/account_layout.html index 9de0e9b..68234a3 100644 --- a/templates/account_layout.html +++ b/templates/account_layout.html @@ -4,11 +4,14 @@ {% load static %} {% block content %} -
+
+
+

{% block pagetitle %}{{ title|default:"Account" }}{% endblock %}

+
+