fix #1132 by moving z-index of topbar to 500+ and the z-index of the todos to 500-

This commit is contained in:
Reinier Balt 2011-03-26 20:05:56 +01:00
parent 6816ad7b05
commit 3116d46820
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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;