diff --git a/src/main/resources/static/css/list.css b/src/main/resources/static/css/list.css index c348d21..7799961 100644 --- a/src/main/resources/static/css/list.css +++ b/src/main/resources/static/css/list.css @@ -119,7 +119,17 @@ table { margin-left: auto; } -footer .appVer { +footer { + position: absolute; + bottom: 0; +} + +.footerBox { + height: 30px; + padding: 12px 12px; +} + +.footerBox .appVer { color: darkgray; font-size: 10pt; } \ No newline at end of file diff --git a/src/main/resources/templates/fragment/footer.html b/src/main/resources/templates/fragment/footer.html index 2798fc8..b01f2c4 100644 --- a/src/main/resources/templates/fragment/footer.html +++ b/src/main/resources/templates/fragment/footer.html @@ -2,7 +2,9 @@
\ No newline at end of file