comparison client/src/components/importoverview/ImportOverview.vue @ 4877:e89c1140f0a8

import_review: display review buttons in same line in firefox
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Feb 2020 14:00:26 +0100
parents 6b054b91d9b2
children db134712519b
comparison
equal deleted inserted replaced
4876:6a8d967baf1d 4877:e89c1140f0a8
75 </button> 75 </button>
76 </div> 76 </div>
77 </div> 77 </div>
78 <UITableHeader 78 <UITableHeader
79 :columns="[ 79 :columns="[
80 { id: 'id', title: `${idLabel}`, width: '75px' }, 80 { id: 'id', title: `${idLabel}`, width: '70px' },
81 { id: 'kind', title: `${kindLabel}`, width: '53px' }, 81 { id: 'kind', title: `${kindLabel}`, width: '50px' },
82 { id: 'enqueued', title: `${enqueuedLabel}`, width: '138px' }, 82 { id: 'enqueued', title: `${enqueuedLabel}`, width: '138px' },
83 { id: 'user', title: `${ownerLabel}`, width: '80px' }, 83 { id: 'user', title: `${ownerLabel}`, width: '80px' },
84 { id: 'country', title: `${countryLabel}`, width: '55px' }, 84 { id: 'country', title: `${countryLabel}`, width: '55px' },
85 { id: 'signer', title: `${signerLabel}`, width: '80px' }, 85 { id: 'signer', title: `${signerLabel}`, width: '80px' },
86 { id: 'state', title: `${statusLabel}`, width: '72px' }, 86 { id: 'state', title: `${statusLabel}`, width: '72px' },