diff --git a/build.gradle b/build.gradle index a6f1e65..b7f575c 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'war' apply plugin: 'application' group = 'de.jottyfan.camporganizer' -version = '0.0.4' +version = '0.0.5' sourceCompatibility = 17 mainClassName = "de.jottyfan.camporganizer.Main" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index ee50dec..c34d940 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -8,6 +8,23 @@ body { rgb(198, 70, 0)); } +.versionclip { + transform: rotate(270deg); + margin-top: 20px; + position: fixed; + top: 8px; + right: -32px; + font-size: smaller; + padding: 8px; + background-image: linear-gradient(to bottom, rgb(154, 153, 150), #fff); + border-radius: 6px; +} + +.versionlink { + color: #333; + text-decoration: none; +} + .mainpage { background-color: rgba(255, 255, 255, 0.4); padding: 8px; @@ -36,7 +53,7 @@ body { .topright { position: fixed; - right: 8px; + right: 40px; top: 8px; } diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html index 9641229..15bc511 100644 --- a/src/main/resources/templates/template.html +++ b/src/main/resources/templates/template.html @@ -20,15 +20,15 @@