diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-28 21:58:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-28 21:58:33 +0000 |
commit | 7f3c5169400f23563bc9667e209e64a5ce756619 (patch) | |
tree | 00142d1292d57b34c2eac573b938cac3ed309640 /public/stylesheets/context_menu.css | |
parent | 3ff95e403134eae1ceadce65fa3b11ceedb9e12d (diff) | |
download | redmine-7f3c5169400f23563bc9667e209e64a5ce756619.tar.gz redmine-7f3c5169400f23563bc9667e209e64a5ce756619.zip |
Fixed: context submenus on the issue list don't show up with IE6.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/context_menu.css')
-rw-r--r-- | public/stylesheets/context_menu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/context_menu.css b/public/stylesheets/context_menu.css index 69acf7b73..f68b33fe1 100644 --- a/public/stylesheets/context_menu.css +++ b/public/stylesheets/context_menu.css @@ -24,7 +24,7 @@ } #context-menu li.folder ul { position:absolute; - left:128px; /* IE */ + left:168px; /* IE6 */ top:-2px; } #context-menu li.folder>ul { left:148px; } |