From d8fb8e565a3d6d4ed818d37ac53a1b4ba0e503a1 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 15 May 2023 13:18:22 +0200 Subject: [PATCH] Uitlijnen van koppen in tabel aan linkerzijde --- themes/nluug/assets/scss/styles.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index 4b52e49..92a933b 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -413,7 +413,7 @@ img { } .fl-table td, .fl-table th { - //text-align: center; + text-align: left; padding: 8px; } @@ -422,10 +422,6 @@ img { font-size: 12px; } -.fl-table tbody tr th { - text-align: left; -} - .fl-table thead th { color: #ffffff; background: #324960; @@ -480,8 +476,7 @@ img { font-size: 13px; text-overflow: ellipsis; } - .fl-table thead th { - text-align: left; + .fl-table thead tr th { border-bottom: 1px solid #f7f7f9; } .fl-table tbody tr {