T157 html and css modified for creating json based on table
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user