]> source.dussan.org Git - redmine.git/commitdiff
Fixed: context submenus on the issue list don't show up with IE6.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 28 Dec 2007 21:58:33 +0000 (21:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 28 Dec 2007 21:58:33 +0000 (21:58 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/context_menu.css
public/stylesheets/csshover.htc

index 69acf7b736f748cc83734c6df5f61abf52a04899..f68b33fe1f6ca90589f1ca10b3c66856a1eae967 100644 (file)
@@ -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; }
index 3ba936ac34c2b32fd9f6bcd770b4410ecb708f43..5b58bf0f429daf410707d4941371cefc9bb83643 100644 (file)
@@ -117,4 +117,6 @@ function getElementsBySelect(rule) {
                \r
                return nodes;\r
        }\r
+\r
+window.parseStylesheets = parseStylesheets;\r
 </script>
\ No newline at end of file