Skip to content

Commit

Permalink
footer修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jan 8, 2023
1 parent 0cdf09f commit 2475b71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/main/resources/static/css/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 3 additions & 1 deletion src/main/resources/templates/fragment/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<html xmlns:th="http://www.thymeleaf.org">
<body>
<footer th:fragment="footer">
<span class="appVer">version X.X.X</span>
<div class="footerBox">
<span class="appVer">version 1.0.0</span>
</div>
</footer>
</body>
</html>

0 comments on commit 2475b71

Please sign in to comment.