changeset 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 6a8d967baf1d
children 7878a1cde024 558668c32949
files client/src/components/importoverview/ImportOverview.vue client/src/components/importoverview/LogEntry.vue
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Mon Feb 03 11:45:06 2020 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Mon Feb 03 14:00:26 2020 +0100
@@ -77,8 +77,8 @@
       </div>
       <UITableHeader
         :columns="[
-          { id: 'id', title: `${idLabel}`, width: '75px' },
-          { id: 'kind', title: `${kindLabel}`, width: '53px' },
+          { id: 'id', title: `${idLabel}`, width: '70px' },
+          { id: 'kind', title: `${kindLabel}`, width: '50px' },
           { id: 'enqueued', title: `${enqueuedLabel}`, width: '138px' },
           { id: 'user', title: `${ownerLabel}`, width: '80px' },
           { id: 'country', title: `${countryLabel}`, width: '55px' },
--- a/client/src/components/importoverview/LogEntry.vue	Mon Feb 03 11:45:06 2020 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Mon Feb 03 14:00:26 2020 +0100
@@ -1,6 +1,6 @@
 <template>
   <div class="row w-100 no-gutters text-left">
-    <div style="width: 75px;" class="table-cell d-flex justify-content-between">
+    <div style="width: 70px;" class="table-cell d-flex justify-content-between">
       <UISpinnerButton
         @click="toggleDetails"
         :loading="loading"
@@ -9,7 +9,7 @@
       />
       {{ entry.id }}
     </div>
-    <div style="width: 53px;" class="table-cell center">
+    <div style="width: 50px;" class="table-cell center">
       {{ entry.kind.toUpperCase() }}
     </div>
     <div style="width: 138px;" class="table-cell center">