# HG changeset patch # User Mike Becker # Date 1628616432 -7200 # Node ID 390127090ad2f2abeb02eef827e131d9d5b9488f # Parent 33d7833ca54ca55720def9427abefb68f8f1e6a9 improve button styles diff -r 33d7833ca54c -r 390127090ad2 src/main/webapp/WEB-INF/jsp/language.jsp --- a/src/main/webapp/WEB-INF/jsp/language.jsp Tue Aug 10 18:36:46 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/language.jsp Tue Aug 10 19:27:12 2021 +0200 @@ -44,5 +44,5 @@ - "/> + diff -r 33d7833ca54c -r 390127090ad2 src/main/webapp/language.css --- a/src/main/webapp/language.css Tue Aug 10 18:36:46 2021 +0200 +++ b/src/main/webapp/language.css Tue Aug 10 19:27:12 2021 +0200 @@ -31,12 +31,17 @@ display: flex; flex-basis: content; flex-direction: column; + align-items: flex-start; } input { margin: .5em; } +button { + margin-top: 1.5em; +} + /* browser language not available */ span.blNA { margin: .5em; diff -r 33d7833ca54c -r 390127090ad2 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Tue Aug 10 18:36:46 2021 +0200 +++ b/src/main/webapp/lightpit.css Tue Aug 10 19:27:12 2021 +0200 @@ -178,6 +178,7 @@ padding: .25em .5em .25em .5em; cursor: default; text-decoration: none; + font-variant-caps: small-caps; } button:hover, a.button:hover {