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

Fix checkbox width

parent c07ed4b5
......@@ -105,3 +105,7 @@ table.filters {
.select2-results li {
min-height: 24px !important;
}
.list-checkbox-column {
width: 33px;
}
\ No newline at end of file
......@@ -53,7 +53,7 @@
<tr>
{% block list_header scoped %}
{% if actions %}
<th class="span1">
<th class="list-checkbox-column">
<input type="checkbox" name="rowtoggle" class="action-rowtoggle" title="{{ _gettext('Select all records') }}" />
</th>
{% 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