diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 9722dd0..57ea9ae 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -86,7 +86,7 @@ clear: both; /* Notice */ div#notice { - z-index: 10000; + z-index: 4000; position: absolute; top: 100px; left: 50%; diff --git a/public/designs/templates/onecolumn/stylesheets/style.css b/public/designs/templates/onecolumn/stylesheets/style.css index 9cb27b2..c8f4296 100644 --- a/public/designs/templates/onecolumn/stylesheets/style.css +++ b/public/designs/templates/onecolumn/stylesheets/style.css @@ -105,7 +105,7 @@ height: 55px; } div#notice { - z-index: 10000; + z-index: 4000; position: absolute; top: 100px; left: 50%; diff --git a/public/designs/templates/rightcolumn/stylesheets/style.css b/public/designs/templates/rightcolumn/stylesheets/style.css index 290c932..842cdb6 100644 --- a/public/designs/templates/rightcolumn/stylesheets/style.css +++ b/public/designs/templates/rightcolumn/stylesheets/style.css @@ -76,7 +76,7 @@ clear: both; /* Notice */ div#notice { - z-index: 10000; + z-index: 4000; position: absolute; top: 100px; left: 50%; diff --git a/public/designs/templates/threecolumn/stylesheets/style.css b/public/designs/templates/threecolumn/stylesheets/style.css index 2e415c2..83e623d 100644 --- a/public/designs/templates/threecolumn/stylesheets/style.css +++ b/public/designs/templates/threecolumn/stylesheets/style.css @@ -123,7 +123,7 @@ clear: both; } div#notice { - z-index: 10000; + z-index: 4000; position: absolute; top: 100px; left: 50%; -- libgit2 0.21.2