From bf01a828cfbc2310d6df4cd41bf9d932a8a1a718 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sat, 26 Mar 2011 20:05:56 +0100 Subject: [PATCH] fix #1132 by moving z-index of topbar to 500+ and the z-index of the todos to 500- --- app/controllers/application_controller.rb | 2 +- public/stylesheets/standard.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index c789833e..32d0a869 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -285,7 +285,7 @@ class ApplicationController < ActionController::Base def set_zindex_counter # this counter can be used to handle the IE z-index bug - @z_index_counter = 1000 + @z_index_counter = 500 end end diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 5b2b17df..19291cc7 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -264,7 +264,7 @@ body.preferences div#input_box { background-color: #000; color: #eee; width: 100%; - z-index:101; + z-index:501; } #date { @@ -579,7 +579,7 @@ span.tag a:hover { div#message_holder { position: absolute; - z-index: 100; + z-index: 502; left: 60%; top: 30px; right: 0px;