diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml
index 0ec0fad..98e825d 100644
--- a/app/views/layouts/application.rhtml
+++ b/app/views/layouts/application.rhtml
@@ -1,13 +1,13 @@
-
-
+
+
-
<%= @environment.name() %>
<%- if @category -%>
→ <%= @category.full_name -%>
<%- end -%>
+
diff --git a/public/designs/themes/zen3/stylesheets/menu.css b/public/designs/themes/zen3/stylesheets/menu.css
index c1f7e39..f200187 100644
--- a/public/designs/themes/zen3/stylesheets/menu.css
+++ b/public/designs/themes/zen3/stylesheets/menu.css
@@ -192,6 +192,7 @@
width: 100px;
height: 20px;
margin-left: 0px;
+ cursor: pointer;
}
#assets_menu a:hover {
background: transparent;
diff --git a/public/stylesheets/blocks/profile-list-block.css b/public/stylesheets/blocks/profile-list-block.css
index eb6f136..a800f6f 100644
--- a/public/stylesheets/blocks/profile-list-block.css
+++ b/public/stylesheets/blocks/profile-list-block.css
@@ -24,7 +24,6 @@
font-size: 9px;
}
.msie .common-profile-list-block li a {
- width: 100px;
line-height: 10px;
cursor: pointer;
}
diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css
index 039f059..d7f9cae 100644
--- a/public/stylesheets/menu.css
+++ b/public/stylesheets/menu.css
@@ -18,6 +18,10 @@
background: #2A5896 url(../images/white-pixel.gif) 0px 100% repeat-x;
}
+#navigation_bar {
+ width: 100%; /* MSIE workarround bug */
+}
+
#menu_link_to_envhome {
float: left;
}
@@ -25,7 +29,10 @@
#cat_menu {
padding: 0px;
margin: 0px;
+}
+.msie #cat_menu {
width: 100%;
+ position: relative;
}
#cat_menu .linkSubMenu,
@@ -85,7 +92,7 @@
border-top: none;
}
.msie #cat_menu ul {
- width: 100%;
+ /* width: 100%; */
}
#cat_menu ul a {
@@ -108,7 +115,7 @@
border: none; /* work arround IE Bug */
background: transparent; /* work arround IE Bug */
}
-.msie #assets_menu {
+.msie6 #assets_menu {
right: -1px;
}
--
libgit2 0.21.2