diff --git a/static/css/style.css b/static/css/style.css index 813d3fb..cb75796 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -342,26 +342,6 @@ table.admin-list tbody tr:last-child td { border-bottom: 0; } table.admin-list tbody tr:nth-child(even) { background: #eee; } -@media screen and (max-width: 64em) { - .content { - padding: 0em 1em 3em 1em; - } - - header{ - height: 120px; - } - header nav{ - float: left; - width: 100%; - } - header nav ul{ - text-align: center; - padding-top: 0; - } -} - - - /***************************************************/ /********************* Forms / Buttons */ @@ -899,3 +879,53 @@ div.ticket-message-private { +@media screen and (max-width: 64em) { + .content { + padding: 0em 1em 3em 1em; + } + + header{ + height: 120px; + } + header nav{ + float: left; + width: 100%; + } + header nav ul{ + text-align: center; + padding-top: 0; + } + + .flex-page { + flex-direction: column; + } + .flex-page .left-menu { + width: 100%; + display: flex; + flex-direction: row; + } + .flex-page .left-menu ul { + padding: 1em 0.25em; + } + + .install-guides { + padding-left: 0; + } + .install-guides li { + display: block; + padding: 0.25em 1.5em; + width: auto; + text-align: left; + } + .install-guides li a { + line-height: 1em; + } + .install-guides li i { + display: inline-block; + font-size: 1.4em; + width: 1.5em; + } +} + + + diff --git a/templates/account_layout.html b/templates/account_layout.html index 1ed3c80..a4e219d 100644 --- a/templates/account_layout.html +++ b/templates/account_layout.html @@ -6,29 +6,31 @@ {% block content %}
- - +
{% block account_content %}{% endblock %} diff --git a/templates/base_help.html b/templates/base_help.html index a82561b..42f6bc6 100644 --- a/templates/base_help.html +++ b/templates/base_help.html @@ -5,63 +5,69 @@ {% block content %}
{% if title %} diff --git a/templates/tickets/layout.html b/templates/tickets/layout.html index c7c714b..b5d7a00 100644 --- a/templates/tickets/layout.html +++ b/templates/tickets/layout.html @@ -5,46 +5,50 @@ {% block content %}