Added thymeleaf related buttons.

This commit is contained in:
2021-01-20 16:00:37 +01:00
parent d44fc2f7b2
commit ccce5d2bd0
8 changed files with 62 additions and 7 deletions

View File

@@ -189,3 +189,23 @@
margin-bottom: 20px;
}
.headerName {
height: 20px;
padding: 5px;
width: 240px;
font-size: 18px;
background: #f0f0f0;
border: 1px solid lightgray;
border-radius: 5px;
}
.headerField {
height: 20px;
padding: 5px;
width: 240px;
font-size: 18px;
background: white;
border: 1px solid lightgray;
border-radius: 5px;
}