Commit 89948cff authored by Paul Brown's avatar Paul Brown

Fix checkbox width

parent c07ed4b5
...@@ -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: 33px;
}
\ 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