diff --git a/app/views/search/_display_results.rhtml b/app/views/search/_display_results.rhtml
index 9493cdb..9127a9b 100644
--- a/app/views/search/_display_results.rhtml
+++ b/app/views/search/_display_results.rhtml
@@ -24,6 +24,7 @@
<%= render :partial => partial, :object => hit %>
<% end %>
+
diff --git a/public/designs/themes/zen3/stylesheets/controller_profile_editor.css b/public/designs/themes/zen3/stylesheets/controller_profile_editor.css
index 10db960..0155d66 100644
--- a/public/designs/themes/zen3/stylesheets/controller_profile_editor.css
+++ b/public/designs/themes/zen3/stylesheets/controller_profile_editor.css
@@ -26,3 +26,7 @@ ul.categories li.cat_checked {
border-bottom: 1px solid #CE5C00;
}
+div.file-manager-button a:hover {
+ background: #FCAF3E !important;
+ color: #000 !important;
+}
diff --git a/public/designs/themes/zen3/stylesheets/controller_search.css b/public/designs/themes/zen3/stylesheets/controller_search.css
index 9fe9995..d109bc9 100644
--- a/public/designs/themes/zen3/stylesheets/controller_search.css
+++ b/public/designs/themes/zen3/stylesheets/controller_search.css
@@ -39,6 +39,10 @@
}
*/
+.msie .search-results-box {
+ width: 96%;
+}
+
.category-innerbox,
.search-results-innerbox {
padding: 10px 0px 10px 10px;
@@ -48,6 +52,18 @@
-moz-border-radius: 15px;
}
+.search-results-innerbox hr {
+ display: none;
+}
+
+.msie .search-results-innerbox hr {
+ display: inline;
+ clear: both;
+ margin: -10px 0px 0px 0px;
+ height: 0px;
+ visibility: hidden;
+}
+
.search-results-type-product li li a {
color: #000;
}
diff --git a/public/designs/themes/zen3/stylesheets/menu.css b/public/designs/themes/zen3/stylesheets/menu.css
index fd8c579..4837b84 100644
--- a/public/designs/themes/zen3/stylesheets/menu.css
+++ b/public/designs/themes/zen3/stylesheets/menu.css
@@ -35,16 +35,19 @@
height: 22px;
line-height: 22px;
border: 1px solid #A40000;
- background: #F57900 url(../images/search.gif) 1px 50% no-repeat;
+ background: #F57900 url(../images/search.gif) 1px 90% no-repeat;
color: #000;
text-align: center;
color: #400;
}
+.msie #simple-search input {
+ line-height: 18px;
+}
#simple-search.focus-in input {
opacity: 1;
filter: alpha(opacity=100);
- background: #FFF url(../images/search-light.gif) 1px 50% no-repeat;
+ background: #FFF url(../images/search-light.gif) 1px 90% no-repeat;
}
#simple-search.focus-out input {
@@ -63,6 +66,11 @@
padding: 2px 0px;
border: 1px solid transparent;
}
+.msie6 #user_menu {
+ border: none; /* 1px solid #CE4000; */
+ border-top: 1px solid #EA6800;
+ border-bottom: 1px solid #B11400;
+}
#user_menu.opened {
border: 1px solid #A40000;
background: #F57900;
@@ -70,6 +78,7 @@
#user_menu_head {
overflow: hidden;
+ height: 20px;
line-height: 20px;
padding-left: 4px;
}
@@ -77,12 +86,18 @@
#user_menu_head img {
margin-left: -20px;
}
+.msie #user_menu_head img {
+ margin-left: 5px;
+}
#user_menu_head span {
color: #FFF;
opacity: 0.6;
filter: alpha(opacity=60);
}
+.msie #user_menu_head span {
+ margin-left: 24px;
+}
#user_menu a {
color: #FFF;
@@ -130,6 +145,9 @@
right: 160px;
padding: 0px;
}
+.msie #assets_menu {
+ margin-right: 90px;
+}
#assets_menu_layout_iten {
display: none;
@@ -160,11 +178,19 @@
opacity: 0.6;
filter: alpha(opacity=60);
}
+.msie #assets_menu a {
+ width: 100px;
+ height: 20px;
+ margin-left: -80px;
+}
#assets_menu a:hover {
background: transparent;
opacity: 1;
filter: alpha(opacity=100);
}
+.msie #assets_menu a:hover {
+ height: 40px;
+}
#assets_menu a strong {
position: absolute;
@@ -175,6 +201,13 @@
padding: 1px 4px;
display: none;
}
+.msie #assets_menu a strong {
+ left: 0px;
+}
+
+.msie #assets_menu a span {
+ left: 10px;
+}
#assets_menu a:hover strong {
display: block;
diff --git a/public/stylesheets/controller_search.css b/public/stylesheets/controller_search.css
index 971c46b..0b42f62 100644
--- a/public/stylesheets/controller_search.css
+++ b/public/stylesheets/controller_search.css
@@ -1,4 +1,17 @@
+.search-index {
+ text-align: center;
+ position: relative;
+ color: #EA5;
+ font-weight: bold;
+}
+
+.search-index a {
+ text-decoration: none;
+ font-weight: normal;
+}
+
#search-results {
+ margin-top: 10px;
/* none by default, but... Who knows the future? :-) */
}
--
libgit2 0.21.2