This commit is contained in:
2025-07-15 20:57:15 +03:00
parent f6c78a20a3
commit 0ffd79cee9
51 changed files with 1227 additions and 653 deletions
+16 -1
View File
@@ -97,6 +97,21 @@ tbody tr {
border-bottom: 1px solid #eee;
}
.dashboard-table,
table td {
text-align: center;
}
.dashboard-table,
table td.td-left {
text-align: left;
}
.dashboard-table,
table td.td-right {
text-align: right;
}
/*Rename dashboard-table to match exactly with your HTML */
.dashboard-table,
@@ -126,7 +141,6 @@ tfoot {
table th,
table td {
padding: 8px;
text-align: center;
border-right: 1px solid #E1C6A8; /* Add vertical borders */
border-bottom: 1px solid #E1C6A8; /* Add horizontal borders */
}
@@ -194,3 +208,4 @@ table tr:last-child td {
color: #990000;
}