diff --git a/app/static/css/nopaque.css b/app/static/css/nopaque.css index 52e21398..01472a83 100644 --- a/app/static/css/nopaque.css +++ b/app/static/css/nopaque.css @@ -14,30 +14,6 @@ main { } /* ### End sticky footer ### */ - -/* - * ### Start sidenav-fixed offset ### - * The sidenav-fixed class is used which causes the sidenav to be fixed and open - * on large screens and hides to the regular functionality on smaller screens. - * In order to prevent the sidenav to overlap the content, the content (in our - * case header, main and footer) gets an offset equal to the width of the - * sidenav. -*/ -@media only screen and (min-width : 993px) { - header, main, footer { - padding-left: 300px; - } - - .modal:not(.bottom-sheet) { - left: 300px; - } - - .navbar-fixed > nav { - width: calc(100% - 300px) - } -} -/* ### End sidenav-fixed offset ### */ - /* add custom bold class */ .bold { font-weight: bold; diff --git a/app/templates/auth/login.html.j2 b/app/templates/auth/login.html.j2 index ac29e396..ff82a042 100644 --- a/app/templates/auth/login.html.j2 +++ b/app/templates/auth/login.html.j2 @@ -1,25 +1,6 @@ {% extends "nopaque.html.j2" %} {% block page_content %} -{% if current_user.is_anonymous %} - - -{% endif %} -

Cyber cyber

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

diff --git a/app/templates/main/index.html.j2 b/app/templates/main/index.html.j2 index 6b97e6e9..90998a15 100644 --- a/app/templates/main/index.html.j2 +++ b/app/templates/main/index.html.j2 @@ -58,23 +58,6 @@
{% if current_user.is_anonymous %} - - -
diff --git a/app/templates/nopaque.html.j2 b/app/templates/nopaque.html.j2 index 5fe764e1..ef35227d 100644 --- a/app/templates/nopaque.html.j2 +++ b/app/templates/nopaque.html.j2 @@ -56,7 +56,7 @@ {% endif %} -