More search and replace for BS changes

Thought I'd got them all. Clearly not!
This commit is contained in:
2020-10-17 18:11:42 +01:00
parent 848e8c8ccd
commit 4bb1c0a2a4
20 changed files with 55 additions and 67 deletions

View File

@@ -15,12 +15,12 @@
{% if edit %}
<td class="vert-align text-right">
<div class="btn-group" role="group" aria-label="Action buttons">
<button type="button" class="item-edit btn btn-xs btn-warning"
<button type="button" class="item-edit btn btn-sm btn-warning"
data-pk="{{item.pk}}"
data-toggle="modal" data-target="#itemModal">
<span class="fas fa-edit"></span>
</button>
<button type="button" class="item-delete btn btn-xs btn-danger"
<button type="button" class="item-delete btn btn-sm btn-danger"
data-pk="{{item.pk}}">
<span class="fas fa-times-circle"></span>
</button>