From a4278a6c75393d658339d75f5fd325360c34cec5 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 5 Oct 2023 08:00:37 +0200 Subject: [PATCH] Button Style --- application/views/logbookadvanced/index.php | 6 ------ assets/css/default/overrides.css | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index 98eac8fa..cf67e3b1 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -38,12 +38,6 @@ echo "var user_options = $options;"; float: left; margin: 0 8px 0 0; } -.btn { - white-space: normal; -} -#qsoList td:nth-child(11) { - white-space: normal; -} tr>td { float:right; } +.btn { + white-space: normal; +} + #qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper td { text-align: left !important; white-space: nowrap;}