This commit is contained in:
James Cole
2020-08-28 21:29:47 +02:00
parent 82b49a9e51
commit 7f48043505
21 changed files with 33 additions and 33 deletions

View File

@@ -27,7 +27,7 @@
</div>
<div class="box-body table-responsive no-padding">
<div class="box-body no-padding">
<div style="padding:8px;">
<a href="{{ route('accounts.create', objectType) }}" class="btn btn-success"><i class="fa fa-plus fa-fw"></i> {{ ('make_new_' ~ objectType ~ '_account')|_ }}</a>
</div>

View File

@@ -66,8 +66,8 @@
<div class="box-header with-border">
<h3 class="box-title">{{ 'transaction_journal_meta'|_ }}</h3>
</div>
<div class="box-body table-responsive no-padding">
<table class="table table-hover">
<div class="box-body no-padding">
<table class="table table-responsive table-hover">
<tbody>
<tr>
<td>{{ 'categories'|_ }}</td>

View File

@@ -40,7 +40,7 @@
{{ 'attachments'|_ }}
</h3>
</div>
<div class="box-body table-responsive no-padding">
<div class="box-body no-padding">
{% include 'list.attachments' %}
</div>
</div>