# HG changeset patch # User Markus Kottlaender # Date 1542883734 -3600 # Node ID 54b7d8e2b2242a21442b7688f7d3e0b7bf1e73a0 # Parent ac6edfb83cf1ff4aab3bb96216a8335d5290bf03# Parent f674ce380de111a590db74346fbe877ebec1e10e merge diff -r ac6edfb83cf1 -r 54b7d8e2b224 client/src/assets/application.sass --- a/client/src/assets/application.sass Thu Nov 22 11:48:30 2018 +0100 +++ b/client/src/assets/application.sass Thu Nov 22 11:48:54 2018 +0100 @@ -38,6 +38,9 @@ .w-90 width: 90% +.w-95 + width: 95% + .debug border: 1px solid red diff -r ac6edfb83cf1 -r 54b7d8e2b224 client/src/components/map/contextbox/ImportSoundingresults.vue --- a/client/src/components/map/contextbox/ImportSoundingresults.vue Thu Nov 22 11:48:30 2018 +0100 +++ b/client/src/components/map/contextbox/ImportSoundingresults.vue Thu Nov 22 11:48:54 2018 +0100 @@ -4,7 +4,7 @@ Import Soundingresults -
+
@@ -32,10 +32,11 @@ aria-describedby="bottlenecklabel" v-model="importDate" > -
-
- +
diff -r ac6edfb83cf1 -r 54b7d8e2b224 schema/isrs.sql --- a/schema/isrs.sql Thu Nov 22 11:48:30 2018 +0100 +++ b/schema/isrs.sql Thu Nov 22 11:48:54 2018 +0100 @@ -1,3 +1,16 @@ +-- This is Free Software under GNU Affero General Public License v >= 3.0 +-- without warranty, see README.md and license for details. + +-- SPDX-License-Identifier: AGPL-3.0-or-later +-- License-Filename: LICENSES/AGPL-3.0.txt + +-- Copyright (C) 2018 by via donau +-- – Österreichische Wasserstraßen-Gesellschaft mbH +-- Software engineering by Intevation GmbH + +-- Author(s): +-- * Tom Gottfried + -- -- Types and functions for ISRS location codes --