From 6acff0b32649d0c0f38fdf114ba1cece44b443ac Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 12 Oct 2014 19:02:25 -0700 Subject: [PATCH] Simplify, clarify z-index CSS. --- src/General/css/style.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 9d77e9988..72003d36f 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -120,9 +120,6 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { #overlay { z-index: 900; } -#notifications { - z-index: 70; -} #qp, #ihover { z-index: 60; } @@ -132,18 +129,18 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { #navlinks, #updater, #thread-stats { z-index: 40; } -:root.fixed #header-bar { +:root.fixed #header-bar, #notifications { z-index: 35; } -#qr { +#a-gallery { z-index: 30; } -#thread-watcher { - z-index: 8; -} -:root.fixed-watcher #thread-watcher { +#qr { z-index: 20; } +#thread-watcher { + z-index: 10; +} /* Header */ .fixed.top-header body { padding-top: 2em; @@ -949,7 +946,6 @@ span.hide-announcement { cursor: pointer; } #qr { - z-index: 20; position: fixed; padding: 1px; border: 1px solid transparent; @@ -1419,7 +1415,6 @@ div.boardTitle { bottom: 0; left: 0; right: 0; - z-index: 30; display: -webkit-flex; display: flex; -webkit-flex-direction: row;