T139 History table draft created
This commit is contained in:
17
target/classes/static/css/table.css
Normal file
17
target/classes/static/css/table.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.simpleTable {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.simpleTable tr.thead{
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
.simpleTable td {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.simpleTable th {
|
||||
font-size: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user