diff --git a/app/assets/stylesheets/layout/_body.scss b/app/assets/stylesheets/layout/_body.scss index bb6390e..56c78a0 100644 --- a/app/assets/stylesheets/layout/_body.scss +++ b/app/assets/stylesheets/layout/_body.scss @@ -42,7 +42,7 @@ body#tinymce { background: image-url('layout/body-background.png') top center repeat-y; &.full { - padding-top: 20px; + padding-top: 40px; background-image: image-url('layout/body-background-full.png'); } diff --git a/app/assets/stylesheets/layout/_navigation.scss b/app/assets/stylesheets/layout/_navigation.scss index 12f7c4a..7b7ff1a 100644 --- a/app/assets/stylesheets/layout/_navigation.scss +++ b/app/assets/stylesheets/layout/_navigation.scss @@ -135,7 +135,7 @@ ul.navigation { visibility: hidden; pointer-events: none; opacity: 0; - z-index: 10; + z-index: 150; top: 60px; left: 0; min-width: 100%; diff --git a/app/assets/stylesheets/pages/_forums.scss b/app/assets/stylesheets/pages/_forums.scss index da2e563..330a67d 100644 --- a/app/assets/stylesheets/pages/_forums.scss +++ b/app/assets/stylesheets/pages/_forums.scss @@ -3,7 +3,6 @@ */ #forums { - z-index: 100; position: relative; .topic-controls {