Skip to content
Snippets Groups Projects
Commit 426adab8 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#400 - fixed search results

parent d8da5780
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,6 @@
margin: auto;
}
.transaction-line-height {
line-height: 50px;
}
.transaction-row-top {
padding: 14px 0.5rem 0 0.5rem;
}
......@@ -82,6 +78,10 @@
margin-bottom: 0.5rem;
}
.search-result .transaction-date {
margin: 0;
}
.new-transaction-button {
position: absolute;
display: inline-block;
......
......@@ -41,7 +41,7 @@
${dateService.getDateStringNormal(transaction.date)}
</div>
<@transactionsMacros.transactionAccountIcon transaction/>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionType transaction "s2"/>
<@transactionsMacros.transactionLinks transaction/>
</div>
<div class="row valign-wrapper no-margin-bottom">
......@@ -52,12 +52,12 @@
</div>
<div class="hide-on-med-and-down">
<div class="row valign-wrapper no-margin-bottom">
<div class="col l2 xl1 bold transaction-text transaction-line-height transaction-date">
<div class="col l2 xl1 bold transaction-text transaction-row-desktop transaction-date valign-wrapper">
${dateService.getDateStringNormal(transaction.date)}
</div>
<@transactionsMacros.transactionCategory transaction "left-align"/>
<@transactionsMacros.transactionAccountIcon transaction/>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionType transaction "l1 xl1"/>
<@transactionsMacros.transactionNameAndDescription transaction "l3 xl4"/>
<@transactionsMacros.transactionAmount transaction transaction.getAccount() "l2 xl2"/>
<@transactionsMacros.transactionLinks transaction/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment