Cleanup followup
Tighter copy on node list for to decrease the chance of an ugly line break (need better fix here so the line break is smoother). Just changed also part of way %{related_ways} to part of way %{related_ways}. This needs a better fix to make line breaks indent properly, but this should at least help a little (issue #185). Properly positioned 'nearby users' block on user page to be in the left column (issue #184). Removed deemphasized class from search results (issue #181) lighter highlight yellow on changesets page.
This commit is contained in:
parent
ec416f0609
commit
b02844b42f
3 changed files with 5 additions and 4 deletions
|
@ -879,7 +879,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
|
|||
}
|
||||
}
|
||||
.selected {
|
||||
background-color: rgb(255, 255, 160);
|
||||
background: #FFFFC0;
|
||||
}
|
||||
.date,
|
||||
.user {
|
||||
|
@ -1005,6 +1005,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
|
|||
}
|
||||
|
||||
.activity-block {
|
||||
clear: left;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding-bottom: 20px;
|
||||
float: left;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<% else %>
|
||||
<ul class='results-list'>
|
||||
<% @results.each do |result| %>
|
||||
<li><p class="inner12 search_results_entry deemphasize"><%= result_to_html(result) %></p></li>
|
||||
<li><p class="inner12 search_results_entry"><%= result_to_html(result) %></p></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% if @more_params %>
|
||||
|
|
|
@ -266,8 +266,8 @@ en:
|
|||
nodes: "Nodes:"
|
||||
part_of: "Part of:"
|
||||
also_part_of:
|
||||
one: "also part of way %{related_ways}"
|
||||
other: "also part of ways %{related_ways}"
|
||||
one: "part of way %{related_ways}"
|
||||
other: "part of ways %{related_ways}"
|
||||
way_history:
|
||||
way_history: "Way History"
|
||||
way_history_title: "Way History: %{way_name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue