fix qso_icons (esp. lotw icon)

This commit is contained in:
HB9HIL
2024-01-08 17:37:04 +01:00
parent 9752eb3670
commit 015b4414de
11 changed files with 9 additions and 33 deletions

View File

@@ -117,7 +117,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
} elseif ($diff > 7) {
$lotw_hint = ' lotw_info_yellow';
}
$timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' <a id="lotw_badge" href="https://lotw.arrl.org/lotwuser/act?act='.$row->COL_CALL.'" target="_blank"><small id="lotw_info" class="badge text-bg-success'.$lotw_hint.'" data-bs-toggle="tooltip" title="LoTW User. Last upload was '.date($custom_date_format." H:i", $timestamp).'">L</small></a>');
$timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' <a id="lotw_badge" style="float: right;" href="https://lotw.arrl.org/lotwuser/act?act='.$row->COL_CALL.'" target="_blank"><small id="lotw_info" class="badge text-bg-success'.$lotw_hint.'" data-bs-toggle="tooltip" title="LoTW User. Last upload was '.date($custom_date_format." H:i", $timestamp).'">L</small></a>');
}
?>
</td>

View File

@@ -31,6 +31,10 @@
background-color: #d4edda !important;
}
.qso_icons {
float: right;
}
TD.qrz {
white-space: nowrap;
}

View File

@@ -31,6 +31,10 @@
background-color: #d4edda !important;
}
.qso_icons {
float: right;
}
@media (min-width: 1500px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1400px

View File

@@ -153,10 +153,6 @@ path.grid-worked {
border-radius: 0;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -153,10 +153,6 @@ path.grid-worked {
border-radius: 0;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -167,10 +167,6 @@ div.alert-danger {
border-radius: 0;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -167,10 +167,6 @@ div.alert-danger {
border-radius: 0;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -22,10 +22,6 @@ thead > tr > td {
background-color: #d4edda !important;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -22,10 +22,6 @@ thead > tr > td {
background-color: #d4edda !important;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -175,10 +175,6 @@ div.alert-danger {
white-space: nowrap;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}

View File

@@ -217,10 +217,6 @@ div.alert-danger {
white-space: pre-wrap;
}
#lotw_badge {
float: right;
}
#edit_qso:not(.btn) {
float: left;
}