payments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user