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:
Tom Hughes 2010-03-03 15:46:16 +00:00
parent 4bbd7f5310
commit 318c7a9854
10 changed files with 531 additions and 589 deletions

View file

@ -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 %>

View file

@ -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>

View file

@ -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| %>