# HG changeset patch # User Thomas Junk # Date 1583397030 -3600 # Node ID 9f0830a1845d5bc09adcf6da3016835a28ee4c0f # Parent 21d2acc080c91f8846f97d76132330df75b2ed24 squashed the total layout to enable display of long fm importnames diff -r 21d2acc080c9 -r 9f0830a1845d client/src/assets/application.scss --- a/client/src/assets/application.scss Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/assets/application.scss Thu Mar 05 09:30:30 2020 +0100 @@ -124,7 +124,7 @@ .expanded { max-height: 999px; max-width: 999px; - margin: 0 0.25rem 0.5rem 0.25rem; + margin: 0 0.05rem 0.5rem 0.25rem; } .box-body { diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/Contextbox.vue --- a/client/src/components/Contextbox.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/Contextbox.vue Thu Mar 05 09:30:30 2020 +0100 @@ -80,7 +80,7 @@ background: #fff; } .contextbox > div:last-child { - width: 795px; + width: 860px; } .contextboxcollapsed { @@ -89,7 +89,7 @@ } .contextboxextended { - max-width: 795px; + max-width: 860px; } .close-contextbox { diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/Pdftool.vue --- a/client/src/components/Pdftool.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/Pdftool.vue Thu Mar 05 09:30:30 2020 +0100 @@ -5,7 +5,7 @@ { expanded: showPdfTool } ]" > -
+
.searchcontainer { opacity: 0.96; - width: 795px; + width: 860px; } .searchcontainer .searchbar { @@ -94,7 +94,7 @@ } .searchgroup { - width: 763px; + width: 827px; overflow: hidden; } diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue Thu Mar 05 09:30:30 2020 +0100 @@ -5,7 +5,7 @@ { expanded: showFairwayDepth } ]" > -
+
diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/fairway/BottleneckDialogue.vue --- a/client/src/components/fairway/BottleneckDialogue.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/fairway/BottleneckDialogue.vue Thu Mar 05 09:30:30 2020 +0100 @@ -5,7 +5,7 @@ { expanded: showProfiles } ]" > -
+
-
+
{{ schedule.id }}
-
+
{{ schedule.kind.replace("fm_", "").toUpperCase() }}
diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/importoverview/ImportOverview.vue --- a/client/src/components/importoverview/ImportOverview.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/importoverview/ImportOverview.vue Thu Mar 05 09:30:30 2020 +0100 @@ -78,7 +78,11 @@ +
{{ entry.kind.replace("fm_", "").toUpperCase() }}
diff -r 21d2acc080c9 -r 9f0830a1845d client/src/components/layers/Layers.vue --- a/client/src/components/layers/Layers.vue Wed Mar 04 15:36:06 2020 +0100 +++ b/client/src/components/layers/Layers.vue Thu Mar 05 09:30:30 2020 +0100 @@ -5,7 +5,7 @@ { expanded: showLayers } ]" > -
+