Improved size of check box.
This commit is contained in:
parent
8c5a6aa194
commit
1d463a9a4a
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<% if @checkbox: %>
|
<% 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 %>
|
<% end %>
|
||||||
<% if @radio: %>
|
<% if @radio: %>
|
||||||
<th style="width: 10px"></th>
|
<th style="width: 22px"></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% for row in @header: %>
|
<% for row in @header: %>
|
||||||
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>
|
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>
|
||||||
|
|
Loading…
Reference in a new issue