Style fixes
This commit is contained in:
parent
752a703cdb
commit
8c401b6921
|
@ -23,15 +23,15 @@
|
||||||
<vn-th th-id="picture"></vn-th>
|
<vn-th th-id="picture"></vn-th>
|
||||||
<vn-th field="id" number>Id</vn-th>
|
<vn-th field="id" number>Id</vn-th>
|
||||||
<vn-th th-id="description" style="text-align: center">Description</vn-th>
|
<vn-th th-id="description" style="text-align: center">Description</vn-th>
|
||||||
<vn-th th-id="stems">Stems</vn-th>
|
<vn-th th-id="stems" number>Stems</vn-th>
|
||||||
<vn-th th-id="type">Type</vn-th>
|
<vn-th th-id="type">Type</vn-th>
|
||||||
<vn-th th-id="category">Category</vn-th>
|
<vn-th th-id="category">Category</vn-th>
|
||||||
<vn-th th-id="intrastat">Intrastat</vn-th>
|
<vn-th th-id="intrastat">Intrastat</vn-th>
|
||||||
<vn-th th-id="origin">Origin</vn-th>
|
<vn-th th-id="origin">Origin</vn-th>
|
||||||
<vn-th th-id="salesperson">Sales person</vn-th>
|
<vn-th th-id="salesperson">Sales person</vn-th>
|
||||||
<vn-th th-id="density">Density</vn-th>
|
<vn-th th-id="density" number>Density</vn-th>
|
||||||
<vn-th th-id="taxClass">Tax class</vn-th>
|
<vn-th th-id="taxClass">Tax class</vn-th>
|
||||||
<vn-th th-id="active">Active</vn-th>
|
<vn-th th-id="active" shrink>Active</vn-th>
|
||||||
<vn-th></vn-th>
|
<vn-th></vn-th>
|
||||||
</vn-tr>
|
</vn-tr>
|
||||||
</vn-thead>
|
</vn-thead>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
ng-click="$ctrl.stopEvent($event)"
|
ng-click="$ctrl.stopEvent($event)"
|
||||||
on-error-src/>
|
on-error-src/>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td expand>
|
<vn-td number>
|
||||||
<span
|
<span
|
||||||
class="link"
|
class="link"
|
||||||
ng-click="$ctrl.showItemDescriptor($event, item.id)">
|
ng-click="$ctrl.showItemDescriptor($event, item.id)">
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td number>{{::item.density}}</vn-td>
|
<vn-td number>{{::item.density}}</vn-td>
|
||||||
<vn-td>{{::item.taxClass}}</vn-td>
|
<vn-td>{{::item.taxClass}}</vn-td>
|
||||||
<vn-td>
|
<vn-td shrink>
|
||||||
<vn-check
|
<vn-check
|
||||||
disabled="true"
|
disabled="true"
|
||||||
field="::item.isActive">
|
field="::item.isActive">
|
||||||
|
|
Loading…
Reference in New Issue