changeset 2882:6538ee93df72

client: moved style blocks below template blocks
author Markus Kottlaender <markus@intevation.de>
date Mon, 01 Apr 2019 18:03:43 +0200
parents 44c6551511c1
children 3473f3b72e21
files client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue client/src/components/importoverview/BottleneckDetail.vue client/src/components/importoverview/LogDetail.vue
diffstat 3 files changed, 35 insertions(+), 44 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue	Mon Apr 01 17:40:03 2019 +0200
+++ b/client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue	Mon Apr 01 18:03:43 2019 +0200
@@ -92,6 +92,28 @@
   </div>
 </template>
 
+<style lang="sass" scoped>
+.diffs
+  width: 100%
+  max-height: 20vh
+  overflow-y: auto
+
+.agmcode
+  width: 35%
+
+.agmdetailskeys
+  width: 33%
+
+.agmdetailsvalues
+  width: 33%
+
+.split
+  max-height: 35vh
+
+.full
+  max-height: 70vh
+</style>
+
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.
@@ -130,31 +152,3 @@
   }
 };
 </script>
-
-<style lang="scss" scoped>
-.diffs {
-  width: 615px;
-  max-height: 20vh;
-  overflow-y: auto;
-}
-
-.agmcode {
-  width: 35%;
-}
-
-.agmdetailskeys {
-  width: 33%;
-}
-
-.agmdetailsvalues {
-  width: 33%;
-}
-
-.split {
-  max-height: 35vh;
-}
-
-.full {
-  max-height: 70vh;
-}
-</style>
--- a/client/src/components/importoverview/BottleneckDetail.vue	Mon Apr 01 17:40:03 2019 +0200
+++ b/client/src/components/importoverview/BottleneckDetail.vue	Mon Apr 01 18:03:43 2019 +0200
@@ -54,6 +54,18 @@
   </div>
 </template>
 
+<style lang="sass" scoped>
+.bottleneckdetails
+  width: 100%
+  overflow-y: auto
+
+.split
+  max-height: 35vh
+
+.full
+  max-height: 70vh
+</style>
+
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.
@@ -157,18 +169,3 @@
   }
 };
 </script>
-
-<style lang="scss" scoped>
-.bottleneckdetails {
-  width: 615px;
-  overflow-y: auto;
-}
-
-.split {
-  max-height: 35vh;
-}
-
-.full {
-  max-height: 70vh;
-}
-</style>
--- a/client/src/components/importoverview/LogDetail.vue	Mon Apr 01 17:40:03 2019 +0200
+++ b/client/src/components/importoverview/LogDetail.vue	Mon Apr 01 18:03:43 2019 +0200
@@ -1,5 +1,5 @@
 <template>
-  <div class="border-top">
+  <div>
     <div
       class="d-flex fex-row"
       style="padding-left: 3px;"