Update button styles and adjust font sizes in SCSS; modify table classes in finance templates
This commit is contained in:
@@ -100,9 +100,9 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="categories">
|
||||
<table class="table table-sm" style="background: #FFF;">
|
||||
<table class="table" style="background: #FFF;">
|
||||
<thead>
|
||||
<tr class="dark">
|
||||
<tr>
|
||||
<th>Kategoria <a href="/finances/category_edit/" class="btn btn-success btn-xs btn-add-category" title="dodaj kategorię"><i class="fa fa-plus"></i></a></th>
|
||||
<th class="text-right" style="width: 100px;">Koszty</th>
|
||||
<th class="text-right" style="width: 50px;">Ilość</th>
|
||||
@@ -228,9 +228,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="column-right">
|
||||
<table class="table table-sm" style="background: #FFF;">
|
||||
<table class="table" style="background: #FFF;">
|
||||
<thead>
|
||||
<tr class="dark">
|
||||
<tr>
|
||||
<th class="text-right" style="width: 90px;">Data</th>
|
||||
<th class="text-right" style="width: 100px;">Kwota</th>
|
||||
<th>Szczegóły</th>
|
||||
|
||||
Reference in New Issue
Block a user