summaryrefslogtreecommitdiff
path: root/web/views/reports
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-22 15:47:10 +0100
committerJochen Topf <jochen@topf.org>2012-01-22 15:47:10 +0100
commita05dc2477c541db1f259a71104884cb7d0f105cb (patch)
tree21ad3b8eeace47eac20e828ef5c666ce8f72ca47 /web/views/reports
parent8819d524fda740c8e79413e4465babb8fe5a504c (diff)
downloadtaginfo-a05dc2477c541db1f259a71104884cb7d0f105cb.tar
taginfo-a05dc2477c541db1f259a71104884cb7d0f105cb.tar.gz
Make reports table less wide
Diffstat (limited to 'web/views/reports')
-rw-r--r--web/views/reports/index.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/reports/index.erb b/web/views/reports/index.erb
index 18af7b7..a9a25f2 100644
--- a/web/views/reports/index.erb
+++ b/web/views/reports/index.erb
@@ -9,7 +9,7 @@
<% Report.each_with_index do |report, n| c = (n%2!=0) ? ' even' : '' %>
<tr>
<% Source.visible.each do |source| %>
- <td class="tc<%= c %>" width="45"><%= source.img(16, t.taginfo.uses_data_from) if report.uses_source?(source.id) %></td>
+ <td class="tc<%= c %>" width="40"><%= source.img(16, t.taginfo.uses_data_from) if report.uses_source?(source.id) %></td>
<% end %>
<td class="tl<%= c %>"><a href="<%= report.url %>"><%= t.reports[report.name].name %></a></td>
</tr>