changeset 2935:7380c972a53e

import_overview: striped bottleneckdiff
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 04 Apr 2019 15:43:18 +0200
parents cfa0adbfce63
children 70946dc00abd
files client/src/components/importoverview/BottleneckDetail.vue
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/BottleneckDetail.vue	Thu Apr 04 15:20:32 2019 +0200
+++ b/client/src/components/importoverview/BottleneckDetail.vue	Thu Apr 04 15:43:18 2019 +0200
@@ -11,7 +11,7 @@
       :key="index"
       class="d-flex flex-row"
     >
-      <div class="d-flex flex-column">
+      <div class="d-flex flex-column w-95">
         <div class="d-flex flex-row">
           <div
             @click="showBottleneckDetails(index)"
@@ -48,6 +48,13 @@
 </template>
 
 <style lang="sass" scoped>
+
+table
+  width: 100%
+
+tr:nth-child(even)
+  background: #f8f8f8
+
 .bottleneckdetails
   width: 100%
   overflow-y: auto