diff --git a/python/web/src/static/themes/modern/style.css b/python/web/src/static/themes/modern/style.css index cd296c7660..71cba8145f 100644 --- a/python/web/src/static/themes/modern/style.css +++ b/python/web/src/static/themes/modern/style.css @@ -969,6 +969,27 @@ section#manual a p { margin: 0; } +/* + ------------------------------------------------------------------------------ + Base > Section: Back + ------------------------------------------------------------------------------ + */ + section#back { + margin: 2rem 0 1rem; +} + +section#back a { + margin: auto; + display: block; + padding: 0.25rem 0 0.25rem 2rem; + background: url("icons/chevrons-left.svg") no-repeat left center; + font-weight: bold; +} + +section#back a p { + margin: 0; +} + /* ------------------------------------------------------------------------------ Admin > Section: Services diff --git a/python/web/src/templates/admin.html b/python/web/src/templates/admin.html index d3c9d343c5..8c6b39cd83 100644 --- a/python/web/src/templates/admin.html +++ b/python/web/src/templates/admin.html @@ -189,6 +189,4 @@ -
- {% endblock content %} diff --git a/python/web/src/templates/base.html b/python/web/src/templates/base.html index 4ebdfd6a32..ade6fb5a5e 100644 --- a/python/web/src/templates/base.html +++ b/python/web/src/templates/base.html @@ -105,6 +105,11 @@