1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

adjust table

This commit is contained in:
GilbN 2018-12-22 18:41:40 +01:00
parent 326201052e
commit 4259bea66d
2 changed files with 12 additions and 0 deletions

View File

@ -170,3 +170,9 @@ div.flot-text {
.table-panel-container {
background-color: rgba(0, 0, 0, .25) !important;
}
/* table panel border size */
.table-panel-table td {
padding: .45em 0 .45em 1.1em;
border-bottom: 1px solid #171819;
border-right: 1px solid #171819;
}

View File

@ -220,3 +220,9 @@ div.flot-text {
.table-panel-container {
background-color: rgba(0, 0, 0, .25) !important;
}
/* table panel border size */
.table-panel-table td {
padding: .45em 0 .45em 1.1em;
border-bottom: 1px solid #171819;
border-right: 1px solid #171819;
}