From c4615765a5d0f7ca8d54b13c479aa1e0e402d495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Wed, 10 Jan 2024 09:49:01 +0100 Subject: [PATCH] another finetuning --- build.gradle | 2 +- src/main/resources/static/css/style.css | 6 +++++- src/main/resources/templates/public/index.html | 10 +++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 4cfaf60..cd32be5 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.5.0' +version = '1.5.1' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 3f1fc7e..93af7e0 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -301,7 +301,7 @@ body { .emphgray { color: #5e5c64; - background-image: linear-gradient(to left, #959595, #cecece); + background-image: linear-gradient(to left, #959595, #e6e6e6); } .unround-border { @@ -309,6 +309,10 @@ body { font-weight: bolder; } +.border-frame { + border: 1px solid; +} + .round-border { border-radius: 8px; font-weight: bolder; diff --git a/src/main/resources/templates/public/index.html b/src/main/resources/templates/public/index.html index 9782b50..da223c9 100644 --- a/src/main/resources/templates/public/index.html +++ b/src/main/resources/templates/public/index.html @@ -17,15 +17,15 @@
Start:
-
+
Ende:
-
+
Arbeitszeit total:
-
+
Pausezeit total:
-
+
Überstunden:
-
+