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:
-
+