# HG changeset patch # User Marcin Kuzminski # Date 2012-03-25 11:12:16 # Node ID e77fbd3b069c8e3a577126bdb03225f5954c4e11 # Parent 04d3fae0e4c09af62190d30689868dc390a3aedc IE ui fixes ref #349 diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -322,6 +322,14 @@ div.options a { -moz-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; } + +.ie7 #header #header-inner.hover, +.ie8 #header #header-inner.hover, +.ie9 #header #header-inner.hover +{ + z-index: auto !important; +} + #header #header-inner #home a { height: 40px; width: 46px; diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html --- a/rhodecode/templates/base/root.html +++ b/rhodecode/templates/base/root.html @@ -1,5 +1,5 @@ ## -*- coding: utf-8 -*- - + ${self.title()} @@ -130,6 +130,17 @@ ${self.js()} - ${next.body()} + ## IE hacks + + + + + ${next.body()}