fixed wrong css styling

This commit is contained in:
Gerard 2018-12-17 13:52:16 +01:00
parent 851cc00035
commit 8cd6e1411e
7 changed files with 13 additions and 13 deletions

View File

@ -7,8 +7,8 @@
data="credits" auto-load="false">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-vertical>
<vn-title>Credits</vn-title>
<vn-table model="model">

View File

@ -7,8 +7,8 @@
data="mandates" auto-load="false">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-vertical>
<vn-title>Mandates</vn-title>
<vn-table model="model">

View File

@ -6,8 +6,8 @@
data="notes">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-title>Notes</vn-title>
<vn-vertical
ng-repeat="note in notes"

View File

@ -7,8 +7,8 @@
data="recoveries" auto-load="false">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-vertical>
<vn-title>Recoveries</vn-title>
<vn-table model="model">

View File

@ -7,7 +7,7 @@
data="samples" auto-load="false">
</vn-crud-model>
<vn-vertical>
<vn-vertical compact>
<vn-card pad-large>
<vn-horizontal>
<vn-title vn-two>Samples</vn-title>

View File

@ -6,8 +6,8 @@
data="transactions" auto-load="false">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-vertical>
<vn-title>Web Payment</vn-title>
<vn-table model="model">

View File

@ -7,8 +7,8 @@
data="trackings">
</vn-crud-model>
<vn-vertical>
<vn-card pad-large compact>
<vn-vertical compact>
<vn-card pad-large>
<vn-vertical>
<vn-title>Tracking</vn-title>
<vn-table model="model">