diff --git a/public/css/main.css b/public/css/main.css index 304b4be7..6d3c220e 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -63,9 +63,6 @@ body { height: 60px; border-bottom: 1px solid; } -.header.content-admin { - height: auto; -} #cookie-warning { z-index: 4; diff --git a/templates/layouts/index_admin.jet.html b/templates/layouts/index_admin.jet.html index 0a6dad44..f6e94eb2 100644 --- a/templates/layouts/index_admin.jet.html +++ b/templates/layouts/index_admin.jet.html @@ -7,13 +7,14 @@ {{include "partials/menu/site"}} {{end}} +{* We used to add the class content for admin *} {{ block contclass()}}{{end}} {* We add the mod panel title and the title block *} {{block titleBase()}} Moderation Panel - {{block title()}}{{end}} {{end}} -{* We add the mod panel search refine and the body block *} +{* We add the mod nav and the body block *} {{ block content_body_base()}} {{include "partials/menu/admin"}} {{ block content_body()}} diff --git a/templates/layouts/partials/base.jet.html b/templates/layouts/partials/base.jet.html index ef89e397..d8403a7b 100644 --- a/templates/layouts/partials/base.jet.html +++ b/templates/layouts/partials/base.jet.html @@ -44,11 +44,11 @@ {{block additional_header()}}{{end}}
-