diff 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
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Thu Mar 07 11:57:05 2019 +0100
+++ b/client/src/components/identify/Identify.vue	Thu Mar 07 12:15:14 2019 +0100
@@ -7,7 +7,7 @@
   >
     <div style="width: 18rem">
       <UIBoxHeader icon="info" title="Identified" :closeCallback="close" />
-      <div class="features flex-grow-1 text-left">
+      <div class="features">
         <div v-if="currentMeasurement">
           <small class="d-block bg-dark text-light text-center px-2 py-1">
             {{ $gettext("Measurement") }}
@@ -43,7 +43,7 @@
           <translate>No features identified.</translate>
         </div>
       </div>
-      <div class="versioninfo border-top p-3 text-left">
+      <div class="versioninfo border-top box-body">
         <span v-translate="{ license: 'AGPL-3.0-or-later' }">
           This app uses <i>gemma</i>, which is Free Software under <br />
           %{ license } without warranty, see docs for details.