Skip to content

Commit

Permalink
First prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Dec 18, 2022
1 parent 4723438 commit e48484e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
h1.app-title {
font-size: 1.625em;
}

#tables {
overflow-x: scroll;
}
5 changes: 1 addition & 4 deletions src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<!DOCTYPE html>
<html lang="en"
xmlns:th="http://www.thymeleaf.org">
<footer class="footer fixed-bottom bg-light text-dark" th:fragment="footer">
<div class="text-center">
<p class="mt-3">Schematic - a database management UI for Spring Boot</p>
</div>
<footer th:fragment="footer">
</footer>
</html>
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!--/*@thymesVar id="activeMenuItem" type="java.lang.String"*/-->

<nav class="navbar navbar-expand-lg navbar-light bg-light" th:fragment="header">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" th:fragment="header">
<div class="container">
<h1 class="app-title">Schematic - a database management UI for Spring Boot</h1>
</div>
Expand Down

0 comments on commit e48484e

Please sign in to comment.