T157 html and css modified for creating json based on table

This commit is contained in:
2021-02-02 13:03:57 +01:00
parent 3c72ddc63a
commit e3d5532397
4 changed files with 39 additions and 29 deletions

View File

@@ -197,17 +197,13 @@
margin-bottom: 20px;
}
.headerName {
height: 20px;
padding: 5px;
.tableHead {
font-size: 24px;
width: 240px;
font-size: 18px;
background: #f0f0f0;
border: 1px solid lightgray;
border-radius: 5px;
padding: 5px;
}
.headerField {
.tableField {
height: 20px;
padding: 5px;
width: 240px;
@@ -217,3 +213,12 @@
border-radius: 5px;
}
.headerName {
background: #f0f0f0;
}
.httpStatusValue {
}