comparison client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue @ 2609:546ed93a9829

overview2: usability
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Mar 2019 10:08:31 +0100
parents 13377f2a5c42
children 74031fbd3d50
comparison
equal deleted inserted replaced
2608:13377f2a5c42 2609:546ed93a9829
30 fixed-width 30 fixed-width
31 ></font-awesome-icon> 31 ></font-awesome-icon>
32 </div> 32 </div>
33 </div> 33 </div>
34 <div v-if="showDiff == index" class="pl-3 d-flex flex-row"> 34 <div v-if="showDiff == index" class="pl-3 d-flex flex-row">
35 <div> 35 <div class="w-100">
36 <div class="d-flex flex-row pl-3 text-left"> 36 <div class="d-flex flex-row pl-3 text-left">
37 <div class="header border-bottom agmdetailskeys"> 37 <div class="header border-bottom agmdetailskeys">
38 <small><translate>Value</translate></small> 38 <small><translate>Value</translate></small>
39 </div> 39 </div>
40 <div 40 <div
127 .diffs { 127 .diffs {
128 width: 615px; 128 width: 615px;
129 max-height: 20vh; 129 max-height: 20vh;
130 overflow-y: auto; 130 overflow-y: auto;
131 } 131 }
132
133 .agmdetailskeys {
134 width: 33%;
135 }
136
137 .agmdetailsvalues {
138 width: 33%;
139 }
132 </style> 140 </style>