Merge pull request #2429 from int2001/beauty_overview
id for Call to enable individual CSS in overview
这个提交包含在:
当前提交
bf97b7a057
共有 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>
|
||||
|
|
|
|||
|
|
@ -117,3 +117,26 @@ 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;}
|
||||
|
|
|
|||
|
|
@ -109,3 +109,26 @@ 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;}
|
||||
|
|
|
|||
|
|
@ -5,3 +5,26 @@ 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;}
|
||||
|
|
|
|||
|
|
@ -113,3 +113,26 @@ 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;
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用