Merge pull request #2429 from int2001/beauty_overview

id for Call to enable individual CSS in overview
这个提交包含在:
Peter Goodhall 2023-08-25 14:50:34 +01:00 提交者 GitHub
当前提交 bf97b7a057
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 5 个文件被更改,包括 97 次插入5 次删除

查看文件

@ -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;
}