+ <%= link_to(text_article.title, text_article.url, :class => "search-result-title") %>
+
<%= render :partial => 'image', :object => text_article %>
diff --git a/app/views/search/_full_uploaded_file.html.erb b/app/views/search/_full_uploaded_file.html.erb
index b8aa1d4..5a5a09a 100644
--- a/app/views/search/_full_uploaded_file.html.erb
+++ b/app/views/search/_full_uploaded_file.html.erb
@@ -1,5 +1,7 @@
- <%= link_to uploaded_file.filename, uploaded_file.view_url, :class => 'search-result-title' %>
+
+ <%= link_to uploaded_file.filename, uploaded_file.view_url, :class => 'search-result-title' %>
+
<%= render :partial => 'image', :object => uploaded_file %>
diff --git a/plugins/solr/public/style.css b/plugins/solr/public/style.css
index b7bfa04..f2a28b7 100644
--- a/plugins/solr/public/style.css
+++ b/plugins/solr/public/style.css
@@ -4,11 +4,8 @@
}
#search-column-right .search-customize-options {
- position: absolute;
margin: 0;
padding: 5px 0;
- bottom: 0;
- left: 0;
}
#search-column-right .search-results-box .vcard {
diff --git a/public/stylesheets/search.css b/public/stylesheets/search.css
index 7ce37f6..a308612 100644
--- a/public/stylesheets/search.css
+++ b/public/stylesheets/search.css
@@ -753,19 +753,13 @@ li.search-product-item hr {
.search-content-first-column {
width: 130px;
min-height: 98px;
- position: absolute;
-}
-.search-gallery .search-content-first-column {
- width: 190px;
+ float: left;
}
.search-content-second-column {
margin-left: 140px;
width: auto;
}
-.search-gallery .search-content-second-column {
- margin-left: 200px;
-}
.search-content-second-column tr:hover {
background-color: none;
@@ -789,7 +783,7 @@ ul.clean-list .search-content-second-column {
width:795px;
}
ul.clean-list .search-gallery-content {
- width:655px
+ width:655px;
}
a.search-image-pic {
border: 1px solid #F2F2F2;
@@ -819,7 +813,7 @@ a.search-image-pic {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
- user-select: none;
+ user-select: none;
border-radius: 5px;
-moz-user-select: none;
-khtml-user-select: none;
@@ -844,8 +838,9 @@ a.search-image-pic {
.search-gallery .search-gallery-items {
float: left;
margin: 0;
- min-width: 130px;
+ width: 130px;
position: relative;
+ overflow: hidden;
}
.search-gallery .search-gallery-items a.search-image-pic {
--
libgit2 0.21.2