6
0
Fork 0

Uitlijnen van koppen in tabel aan linkerzijde

This commit is contained in:
Michael Boelen 2023-05-15 13:18:22 +02:00
parent a1655b7525
commit d8fb8e565a

View file

@ -413,7 +413,7 @@ img {
} }
.fl-table td, .fl-table th { .fl-table td, .fl-table th {
//text-align: center; text-align: left;
padding: 8px; padding: 8px;
} }
@ -422,10 +422,6 @@ img {
font-size: 12px; font-size: 12px;
} }
.fl-table tbody tr th {
text-align: left;
}
.fl-table thead th { .fl-table thead th {
color: #ffffff; color: #ffffff;
background: #324960; background: #324960;
@ -480,8 +476,7 @@ img {
font-size: 13px; font-size: 13px;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.fl-table thead th { .fl-table thead tr th {
text-align: left;
border-bottom: 1px solid #f7f7f9; border-bottom: 1px solid #f7f7f9;
} }
.fl-table tbody tr { .fl-table tbody tr {