+
<%= render :file => 'shared/user_menu' %>
<%= theme_opt_menu_search %>
diff --git a/public/designs/themes/zen3/stylesheets/menu.css b/public/designs/themes/zen3/stylesheets/menu.css
index 4502d54..c1f7e39 100644
--- a/public/designs/themes/zen3/stylesheets/menu.css
+++ b/public/designs/themes/zen3/stylesheets/menu.css
@@ -145,12 +145,12 @@
#assets_menu {
position: absolute;
- top: 6px;
+ top: 7px;
right: 160px;
padding: 0px;
}
.msie #assets_menu {
- margin-right: 90px;
+ margin-right: 170px;
}
#assets_menu_layout_iten {
@@ -172,12 +172,18 @@
margin: 0px;
padding: 0px 4px;
float: left;
+ width: 22px;
+ height: 20px;
+ position: relative;
+ Xborder: 1px solid red;
}
#assets_menu a {
letter-spacing: 0px;
color: #FFF;
- position: relative;
+ position: absolute;
+ left: 0px;
+ top: 0px;
overflow: visible;
opacity: 0.6;
filter: alpha(opacity=60);
@@ -185,7 +191,7 @@
.msie #assets_menu a {
width: 100px;
height: 20px;
- margin-left: -80px;
+ margin-left: 0px;
}
#assets_menu a:hover {
background: transparent;
@@ -218,3 +224,9 @@
-moz-border-radius: 4px;
}
+/* * * Language Selector * * * * * * * * * */
+
+#language-selector {
+ display: block;
+}
+
diff --git a/public/stylesheets/controller_search.css b/public/stylesheets/controller_search.css
index 132703a..f079645 100644
--- a/public/stylesheets/controller_search.css
+++ b/public/stylesheets/controller_search.css
@@ -31,14 +31,14 @@
float: left;
width: 49%;
}
-.msie .search-results-box {
+.Xmsie .search-results-box {
width: 47% !important;
}
.only-one-result-box .search-results-box {
width: 100%;
}
-.msie .only-one-result-box .search-results-box {
+.Xmsie .only-one-result-box .search-results-box {
width: 95% !important;
}
@@ -69,7 +69,7 @@
padding: 10px 0px 0px 10px;
height: 215px;
}
-.msie .search-results-innerbox.common-profile-list-block.search-results-type-profile {
+.msie6 .search-results-innerbox.common-profile-list-block.search-results-type-profile {
height: 205px;
}
@@ -122,14 +122,15 @@
list-style: none;
list-style-image: none;
font-size: 10px;
+ text-align: left;
}
#content .search-results-type-product li strong {
- display: block;
- margin-left: 55px;
font-size: 12px;
+ margin-left: 5px;
}
#content .search-results-type-product li {
+ padding: 0px;
padding-bottom: 10px;
}
#content .search-results-type-product li li {
@@ -143,11 +144,9 @@
display: block;
float: left;
width: 50px;
- height: 50px;
+ height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
- position: relative;
- top: 5px;
}
.product-pic {
height: 60px;
diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css
index b6959d0..039f059 100644
--- a/public/stylesheets/menu.css
+++ b/public/stylesheets/menu.css
@@ -285,3 +285,15 @@
overflow: hidden;
}
+/* * * Language Selector * * * * * * * * * */
+
+#language-selector {
+ position: absolute;
+ left: 90px;
+ top: 5px;
+ font-size: 10px;
+ opacity: 0.7;
+ filter: alpha(opacity=70);
+ display: none;
+}
+
--
libgit2 0.21.2