comparison client/src/components/identify/Identify.vue @ 2534:bb5286acfee2

client: reduced spacings between and inside boxes and more compact main menu
author Markus Kottlaender <markus@intevation.de>
date Thu, 07 Mar 2019 12:15:14 +0100
parents 9de710bdb535
children 3c2ac140ad30
comparison
equal deleted inserted replaced
2533:de4dc3d16647 2534:bb5286acfee2
5 { expanded: showIdentify } 5 { expanded: showIdentify }
6 ]" 6 ]"
7 > 7 >
8 <div style="width: 18rem"> 8 <div style="width: 18rem">
9 <UIBoxHeader icon="info" title="Identified" :closeCallback="close" /> 9 <UIBoxHeader icon="info" title="Identified" :closeCallback="close" />
10 <div class="features flex-grow-1 text-left"> 10 <div class="features">
11 <div v-if="currentMeasurement"> 11 <div v-if="currentMeasurement">
12 <small class="d-block bg-dark text-light text-center px-2 py-1"> 12 <small class="d-block bg-dark text-light text-center px-2 py-1">
13 {{ $gettext("Measurement") }} 13 {{ $gettext("Measurement") }}
14 </small> 14 </small>
15 <small class="d-flex justify-content-between px-2"> 15 <small class="d-flex justify-content-between px-2">
41 class="text-muted small text-center my-auto py-3 px-2" 41 class="text-muted small text-center my-auto py-3 px-2"
42 > 42 >
43 <translate>No features identified.</translate> 43 <translate>No features identified.</translate>
44 </div> 44 </div>
45 </div> 45 </div>
46 <div class="versioninfo border-top p-3 text-left"> 46 <div class="versioninfo border-top box-body">
47 <span v-translate="{ license: 'AGPL-3.0-or-later' }"> 47 <span v-translate="{ license: 'AGPL-3.0-or-later' }">
48 This app uses <i>gemma</i>, which is Free Software under <br /> 48 This app uses <i>gemma</i>, which is Free Software under <br />
49 %{ license } without warranty, see docs for details. 49 %{ license } without warranty, see docs for details.
50 </span> 50 </span>
51 <br /> 51 <br />