mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix qso_icons (esp. lotw icon)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
background-color: #d4edda !important;
|
||||
}
|
||||
|
||||
.qso_icons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
TD.qrz {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -153,10 +153,6 @@ path.grid-worked {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -153,10 +153,6 @@ path.grid-worked {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -167,10 +167,6 @@ div.alert-danger {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -167,10 +167,6 @@ div.alert-danger {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -22,10 +22,6 @@ thead > tr > td {
|
||||
background-color: #d4edda !important;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -22,10 +22,6 @@ thead > tr > td {
|
||||
background-color: #d4edda !important;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -175,10 +175,6 @@ div.alert-danger {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -217,10 +217,6 @@ div.alert-danger {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user