From 7786ff88344a6437cbb6ade0ef9622d9d9840c39 Mon Sep 17 00:00:00 2001 From: "Ole B. Rosentreter" Date: Thu, 14 Aug 2025 10:22:59 +0200 Subject: [PATCH] =?utf8?q?POMs=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- swim-db/pom.xml | 4 ++-- swim-service/pom.xml | 4 ++-- swim-web/pom.xml | 4 ++-- swim-web/src/webui/swim.css | 8 ++++++++ swim-webapp/pom.xml | 4 ++-- 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 6524838..559b6b2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.triathlon-coaching.swim - swimming + com.triathlon-coaching.product + swim 0.0.1-SNAPSHOT pom diff --git a/swim-db/pom.xml b/swim-db/pom.xml index 8f8b911..d7e17e6 100644 --- a/swim-db/pom.xml +++ b/swim-db/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - com.triathlon-coaching.swim - swim-db + com.triathlon-coaching.product + swim.swim-db 0.0.1-SNAPSHOT pom diff --git a/swim-service/pom.xml b/swim-service/pom.xml index 249346c..c5375bc 100644 --- a/swim-service/pom.xml +++ b/swim-service/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - com.triathlon-coaching.swim - swim-service + com.triathlon-coaching.product + swim.swim-service 0.0.1-SNAPSHOT jar diff --git a/swim-web/pom.xml b/swim-web/pom.xml index bf566e7..a3cc987 100644 --- a/swim-web/pom.xml +++ b/swim-web/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - com.triathlon-coaching.swim - swim-web + com.triathlon-coaching.product + swim.swim-web 0.0.1-SNAPSHOT pom diff --git a/swim-web/src/webui/swim.css b/swim-web/src/webui/swim.css index b12fb33..d965134 100644 --- a/swim-web/src/webui/swim.css +++ b/swim-web/src/webui/swim.css @@ -5,6 +5,7 @@ BODY { padding: 0; margin: 0; } + DIV { border: 1px solid #000000; } @@ -14,11 +15,13 @@ H1 { --background-color: #ddd; margin: 0 1em; } + H2 { font-size: 0.95em; --background-color: rgba(0,0,0, 0.1); margin: 0 1em; } + H3 { font-size: 0.85em; text-align: center; @@ -26,12 +29,15 @@ H3 { margin: 0; --margin: 0 2em; } + P { text-align: center; } + FORM, SELECT, OPTION, LABEL, BUTTON { font-size: 1.150em; } + FORM { margin: 0 10%; } @@ -42,9 +48,11 @@ FORM { margin: 0; --margin: 0 3.5em; } + .regular { font-weight: 500; } + #r65 { background-color: rgb(206, 246, 123); } #r75 { background-color: rgb(151, 204, 51); } #r85 { background-color: rgb(255, 255, 43); } diff --git a/swim-webapp/pom.xml b/swim-webapp/pom.xml index d38eb61..25a04a3 100644 --- a/swim-webapp/pom.xml +++ b/swim-webapp/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - com.triathlon-coaching.swim - swim-webapp + com.triathlon-coaching.product + swim.swim-webapp 0.0.1-SNAPSHOT pom -- 2.39.5