Tuning van tabellen

This commit is contained in:
Michael Boelen 2023-05-16 20:24:54 +02:00
parent a3f30ceabf
commit 508d56cdb0
2 changed files with 16 additions and 48 deletions

View file

@ -391,9 +391,12 @@ header ul a:first-child {
.m,hr {
border: 0;
margin: 3rem 0
margin: 3rem 0;
}
.m-sm {
margin: 1rem;
}
img {
max-width: 100%;
height: auto;
@ -421,6 +424,11 @@ img {
display: inline;
}
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
/* Table Styles */
@ -431,7 +439,7 @@ img {
.fl-table {
border-radius: 5px;
font-size: 12px;
font-size: 14px;
font-weight: normal;
border: none;
border-collapse: collapse;
@ -443,11 +451,12 @@ img {
.fl-table td, .fl-table th {
text-align: left;
padding: 8px;
vertical-align: top;
}
.fl-table td {
border-right: 1px solid #f8f8f8;
font-size: 12px;
font-size: 14px;
}
.fl-table thead th {
@ -466,7 +475,7 @@ img {
/* Responsive */
@media (max-width: 767px) {
@media (max-width: 499px) {
.fl-table {
display: block;
width: 100%;
@ -475,7 +484,7 @@ img {
content: "Scroll horizontally >";
display: block;
text-align: right;
font-size: 11px;
font-size: 12px;
color: white;
padding: 0 0 10px;
}
@ -496,12 +505,12 @@ img {
.fl-table td, .fl-table th {
padding: 20px .625em .625em .625em;
height: 60px;
vertical-align: middle;
//vertical-align: middle;
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
width: 120px;
font-size: 13px;
font-size: 14px;
text-overflow: ellipsis;
}
.fl-table thead tr th {