changeset 4439:3bcd4a27bef0

identify: styling
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 19 Sep 2019 16:54:53 +0200
parents 04bdc1f444bc
children 8c4126ff03e8
files client/src/components/identify/Identify.vue
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Thu Sep 19 16:49:25 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Thu Sep 19 16:54:53 2019 +0200
@@ -39,11 +39,11 @@
               <font-awesome-icon icon="crosshairs" />
             </a>
           </small>
-          <div class="text-left ml-2 mt-2">
-            <small
-              class="text-muted bg-white"
-              v-if="showBottleneckMeta(feature) || showGaugeMeta(feature)"
-            >
+          <div
+            class="text-left mt-2"
+            v-if="showBottleneckMeta(feature) || showGaugeMeta(feature)"
+          >
+            <small class="ml-2 text-muted bg-white">
               Meta:
             </small>
             <hr style="margin-top:0.25em;margin-bottom:0.5em;" />
@@ -151,7 +151,10 @@
               </div>
             </div>
           </div>
-          <hr style="margin-top:0.5em;margin-bottom:0.25em;" />
+          <hr
+            v-if="showBottleneckMeta(feature) || showGaugeMeta(feature)"
+            style="margin-top:0.5em;margin-bottom:0.25em;"
+          />
           <div>
             <small
               v-for="prop in featureProps(feature)"