diff --git a/orochi/static/css/style.css b/orochi/static/css/style.css index 65567987..c1bb7c1a 100644 --- a/orochi/static/css/style.css +++ b/orochi/static/css/style.css @@ -32,18 +32,6 @@ a.navbar-brand { ) !important; } -/******************************************************** - MOVE DOWN FROM TITLE [OVVERRIDE DASHBOARD] -********************************************************/ - -.sidebar { - padding: 88px 0 0; /* Height of navbar */ -} - -main { - padding-top: 20px; -} - /******************************************************** COLOR FOR CHECKBOXES ********************************************************/ @@ -287,7 +275,7 @@ div.wunderbaum { DATATABLE MIN HEIGHT ********************************************************/ -.dataTables_scrollBody { +.dt-scroll-body { max-height: unset !important; height: unset !important; } diff --git a/orochi/templates/base.html b/orochi/templates/base.html index 715649d8..a75466bb 100644 --- a/orochi/templates/base.html +++ b/orochi/templates/base.html @@ -28,6 +28,13 @@