vertically align action buttons in archive table

This commit is contained in:
Johannes Zellner
2024-12-10 13:04:57 +01:00
parent 1e6a7d72ab
commit e652456d54

View File

@@ -774,7 +774,7 @@
<td class="hand elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;" ng-click="clone.show(archive)">
{{ archive.creationTime | prettyDate }}
</td>
<td class="text-right no-wrap" style="vertical-align: bottom">
<td class="text-right no-wrap" style="vertical-align: middle;">
<button class="btn btn-xs btn-default" ng-click="clone.show(archive)" uib-tooltip="Restore Archive"><i class="fas fa-history"></i></button>
<button class="btn btn-xs btn-danger" ng-click="listArchives.delete(archive)" uib-tooltip="Delete Archive"><i class="fa fa-trash-alt"></i></button>
</td>