Commit eddbd660 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #481 from pawl/master

Fix List.html Checkbox Width
parents 3bf7e239 fd9d3e8b
...@@ -105,3 +105,7 @@ table.filters { ...@@ -105,3 +105,7 @@ table.filters {
.select2-results li { .select2-results li {
min-height: 24px !important; min-height: 24px !important;
} }
.list-checkbox-column {
width: 14px;
}
\ No newline at end of file
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<tr> <tr>
{% block list_header scoped %} {% block list_header scoped %}
{% if actions %} {% if actions %}
<th class="span1"> <th class="list-checkbox-column">
<input type="checkbox" name="rowtoggle" class="action-rowtoggle" title="{{ _gettext('Select all records') }}" /> <input type="checkbox" name="rowtoggle" class="action-rowtoggle" title="{{ _gettext('Select all records') }}" />
</th> </th>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment