From c1d78a4651e72b682b7001c9a7df6bfbecfef293 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 14 Nov 2023 16:55:52 +0100 Subject: [PATCH] new class in default theme --- assets/css/default/overrides.css | 58 ++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/assets/css/default/overrides.css b/assets/css/default/overrides.css index ed6f9ef4..cb95d030 100644 --- a/assets/css/default/overrides.css +++ b/assets/css/default/overrides.css @@ -1,31 +1,39 @@ thead>tr>td { - background-color: aliceblue !important; -} - -.selectize-input { - border: 1px solid #ced4da; -} - -#lotw_badge { + background-color: aliceblue !important; + } + + .form-select { + border: 1px solid #ced4da; + } + + #lotw_badge { float:right; -} - -#edit_qso:not(.btn) { + } + + #edit_qso:not(.btn) { float:left; -} - -.qso_call { + } + + .qso_call { float:left; width:140px; -} - -.qso_icons { + } + + .qso_icons { 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;} + } + + .btn { + white-space: normal; + } + + #qsoList_wrapper th { + text-align: left !important; + white-space: nowrap; + } + + #qsoList_wrapper td { + text-align: left !important; + white-space: nowrap; + } + \ No newline at end of file