Tidy up the stylesheets, removing lots of ancient, unused junk and
trying to group everything else together in more logical fashion.
This commit is contained in:
parent
4bbd7f5310
commit
318c7a9854
10 changed files with 531 additions and 589 deletions
|
@ -10,7 +10,7 @@
|
|||
<% end %>
|
||||
</td>
|
||||
<td class="<%= cl %>"><%= link_to trace.name, {:controller => 'trace', :action => 'view', :display_name => trace.user.display_name, :id => trace.id} %>
|
||||
<span class="gpxsummary" title="<%= trace.timestamp %>"> ...
|
||||
<span class="trace_summary" title="<%= trace.timestamp %>"> ...
|
||||
<% if trace.inserted %>
|
||||
(<%= t'trace.trace.count_points', :count => trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %>)
|
||||
<% end %>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<%= render :partial => 'trace_paging_nav' %>
|
||||
|
||||
<table id="keyvalue" cellpadding="3">
|
||||
<table id="trace_list" cellpadding="3">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<% content_for "optionals" do %>
|
||||
<div class="optionalbox">
|
||||
<span class="oboxheader"><%= t'trace.trace_optionals.tags' %></span>
|
||||
<br />
|
||||
<h1><%= t'trace.trace_optionals.tags' %></h1>
|
||||
<br />
|
||||
<% if @all_tags %>
|
||||
<% @all_tags.each do |tag| %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue