mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
Merge pull request #2429 from int2001/beauty_overview
id for Call to enable individual CSS in overview
This commit is contained in:
@@ -112,7 +112,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
|
||||
} elseif ($diff > 7) {
|
||||
$lotw_hint = ' lotw_info_yellow';
|
||||
}
|
||||
$timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' <a href="https://lotw.arrl.org/lotwuser/act?act='.$row->COL_CALL.'" target="_blank"><small id="lotw_info" class="badge badge-success'.$lotw_hint.'" data-toggle="tooltip" data-original-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" href="https://lotw.arrl.org/lotwuser/act?act='.$row->COL_CALL.'" target="_blank"><small id="lotw_info" class="badge badge-success'.$lotw_hint.'" data-toggle="tooltip" data-original-title="LoTW User. Last upload was '.date($custom_date_format." H:i", $timestamp).'">L</small></a>');
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
||||
@@ -116,4 +116,27 @@ path.grid-worked {
|
||||
|
||||
.selectize-dropdown, .selectize-dropdown.form-control {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#lotw_badge {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) { float:left;
|
||||
}
|
||||
|
||||
.qso_call {
|
||||
float:left;
|
||||
width:140px;
|
||||
}
|
||||
|
||||
.qso_icons {
|
||||
float:right;
|
||||
}
|
||||
|
||||
td { text-align: left !important; }
|
||||
th { text-align: left !important; }
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||
|
||||
@@ -108,4 +108,27 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
|
||||
|
||||
.selectize-dropdown, .selectize-dropdown.form-control {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.qso_call {
|
||||
float:left;
|
||||
width:140px;
|
||||
}
|
||||
|
||||
.qso_icons {
|
||||
float:right;
|
||||
}
|
||||
|
||||
td { text-align: left !important; }
|
||||
th { text-align: left !important; }
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||
|
||||
@@ -4,4 +4,27 @@ thead>tr>td {
|
||||
|
||||
.selectize-input {
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
}
|
||||
|
||||
#lotw_badge {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.qso_call {
|
||||
float:left;
|
||||
width:140px;
|
||||
}
|
||||
|
||||
.qso_icons {
|
||||
float:right;
|
||||
}
|
||||
|
||||
td { text-align: left !important; }
|
||||
th { text-align: left !important; }
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||
|
||||
@@ -112,4 +112,27 @@ div.alert-danger {
|
||||
|
||||
.selectize-dropdown, .selectize-dropdown.form-control {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.qso_call {
|
||||
float:left;
|
||||
width:140px;
|
||||
}
|
||||
|
||||
.qso_icons {
|
||||
float:right;
|
||||
}
|
||||
|
||||
td { text-align: left !important; }
|
||||
th { text-align: left !important; }
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||
|
||||
#lotw_badge {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user