Resized TableCols to gain more space for DXCC (and prevent wrapping)

This commit is contained in:
int2001
2024-02-01 06:33:24 +00:00
parent f707e3eda1
commit 36e1e6b427

View File

@@ -95,11 +95,11 @@ tbody a {
<table style="width:100%" class="table-sm table spottable table-bordered table-hover table-striped table-condensed">
<thead>
<tr class="log_title titles">
<th><?php echo lang('general_word_date'); ?>/<?php echo lang('general_word_time'); ?></th>
<th><?php echo lang('gen_hamradio_frequency'); ?></th>
<th style="width:200px;"><?php echo lang('general_word_date'); ?>/<?php echo lang('general_word_time'); ?></th>
<th style="width:150px;"><?php echo lang('gen_hamradio_frequency'); ?></th>
<th><?php echo lang('gen_hamradio_call'); ?></th>
<th>DXCC</th>
<th><?php echo lang('gen_hamradio_call'); ?> Spotter</th>
<th style="width:150px;"><?php echo lang('gen_hamradio_call'); ?> Spotter</th>
</tr>
</thead>