Tighten white space usage for geocode "View details" link
This commit is contained in:
parent
4f2e9e0888
commit
25645ed51a
2 changed files with 4 additions and 1 deletions
|
@ -1014,7 +1014,10 @@ a.donate {
|
|||
|
||||
.search_details {
|
||||
display: block;
|
||||
float: right;
|
||||
text-align: right;
|
||||
margin-top: 0.2em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<% else %>
|
||||
<ul class='results-list'>
|
||||
<% @results.each do |result| %>
|
||||
<li><p class="inner12 search_results_entry"><%= result_to_html(result) %></p></li>
|
||||
<li><p class="inner12 search_results_entry clearfix"><%= result_to_html(result) %></p></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% if @more_params %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue