Improved size of check box.

This commit is contained in:
Martin Edenhofer 2012-10-28 14:15:21 +01:00
parent 8c5a6aa194
commit 1d463a9a4a

View file

@ -2,10 +2,10 @@
<thead>
<tr>
<% if @checkbox: %>
<th style="width: 10px"><input type="checkbox" value="" name="bulk_all"/></th>
<th style="width: 22px"><input type="checkbox" value="" name="bulk_all"/></th>
<% end %>
<% if @radio: %>
<th style="width: 10px"></th>
<th style="width: 22px"></th>
<% end %>
<% for row in @header: %>
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>