From fb3107b73684b96b60e64eb5d328cc47500d30d8 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 15 Jan 2008 22:46:38 +0000 Subject: [PATCH] ActionItem152: decreasing z-index --- public/designs/templates/default/stylesheets/style.css | 2 +- public/designs/templates/onecolumn/stylesheets/style.css | 2 +- public/designs/templates/rightcolumn/stylesheets/style.css | 2 +- public/designs/templates/threecolumn/stylesheets/style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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