这个提交包含在:
Andreas 2023-12-10 00:54:11 +01:00
父节点 dd94f5bb86
当前提交 537a28540c
共有 2 个文件被更改,包括 116 次插入45 次删除

查看文件

@ -147,9 +147,13 @@
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('awards/iota'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_iota'); ?></a> <a class="dropdown-item" href="<?php echo site_url('awards/iota'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_iota'); ?></a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('awards/ja_gridmaster'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_ja_gridmaster'); ?></a> <div class="nav-item dropdown dropdown-submenu" aria-labelledby="navbarDropdown"><a class="dropdown-item dropdown-toggle" href="#"><i class="fas fa-trophy"></i> Gridmaster</a>
<div class="dropdown-divider"></div> <ul class="dropdown-menu">
<a class="dropdown-item" href="<?php echo site_url('awards/pota'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_pota'); ?></a> <li><a class="dropdown-item" href="<?php echo site_url('awards/ja_gridmaster'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_ja_gridmaster'); ?></a></li>
<div class="dropdown-divider"></div>
<li><a class="dropdown-item" href="<?php echo site_url('awards/gridmaster'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_us_gridmaster'); ?></a></li>
</ul>
</div>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('awards/sig'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_sig'); ?></a> <a class="dropdown-item" href="<?php echo site_url('awards/sig'); ?>"><i class="fas fa-trophy"></i> <?php echo lang('menu_sig'); ?></a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>

查看文件

@ -1,4 +1,5 @@
@media (min-width: 992px) { @media (min-width: 992px) {
.modal-lg, .modal-lg,
.modal-xl { .modal-xl {
max-width: 900px; max-width: 900px;
@ -23,7 +24,7 @@ a {
top: 0; top: 0;
} }
thead > tr > td { thead>tr>td {
position: sticky; position: sticky;
top: 45px; top: 45px;
} }
@ -31,6 +32,7 @@ thead > tr > td {
.dashboard { .dashboard {
padding-top: 15px; padding-top: 15px;
} }
.row.logdata { .row.logdata {
padding-top: 15px; padding-top: 15px;
} }
@ -177,33 +179,41 @@ TD.eqsl {
color: #00a000 !important; color: #00a000 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.eqsl-red { .eqsl-red {
color: #f00 !important; color: #f00 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.qsl-green { .qsl-green {
color: #00a000 !important; color: #00a000 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.qsl-red { .qsl-red {
color: #f00 !important; color: #f00 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.qsl-yellow { .qsl-yellow {
color: #d39e00 !important; color: #d39e00 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.qsl-grey { .qsl-grey {
color: #dddddd !important; color: #dddddd !important;
font-size: 1.1em; font-size: 1.1em;
} }
TD.qrz { TD.qrz {
width: 33px; width: 33px;
} }
.qrz-green { .qrz-green {
color: #00a000 !important; color: #00a000 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.qrz-red { .qrz-red {
color: #f00 !important; color: #f00 !important;
font-size: 1.1em; font-size: 1.1em;
@ -212,10 +222,12 @@ TD.qrz {
TD.lotw { TD.lotw {
width: 33px; width: 33px;
} }
.lotw-green { .lotw-green {
color: #00a000 !important; color: #00a000 !important;
font-size: 1.1em; font-size: 1.1em;
} }
.lotw-red { .lotw-red {
color: #f00 !important; color: #f00 !important;
font-size: 1.1em; font-size: 1.1em;
@ -286,19 +298,18 @@ TD.lotw {
* *
*/ */
.qso-map-new .card-header { .qso-map-new .card-header {
background: #0f2027; /* fallback for old browsers */ background: #0f2027;
background: -webkit-linear-gradient( /* fallback for old browsers */
to right, background: -webkit-linear-gradient(to right,
#2c5364, #2c5364,
#203a43, #203a43,
#0f2027 #0f2027);
); /* Chrome 10-25, Safari 5.1-6 */ /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient( background: linear-gradient(to right,
to right, #2c5364,
#2c5364, #203a43,
#203a43, #0f2027);
#0f2027 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #ffffff; color: #ffffff;
} }
@ -326,13 +337,13 @@ TD.lotw {
margin-bottom: 10px; margin-bottom: 10px;
} }
.modal-backdrop{ .modal-backdrop {
z-index: 1000 !important; z-index: 1000 !important;
} }
.dropdown-menu { .dropdown-menu {
z-index: 2000 !important; z-index: 2000 !important;
position: absolute !important; position: absolute !important;
} }
.was-map-dialog .modal-dialog { .was-map-dialog .modal-dialog {
@ -444,6 +455,7 @@ div#station_logbooks_linked_table_paginate {
0% { 0% {
background: #28a745; background: #28a745;
} }
100% { 100% {
background: transparent; background: transparent;
} }
@ -465,8 +477,8 @@ div#station_logbooks_linked_table_paginate {
cursor: pointer; cursor: pointer;
} }
.table-striped tbody > tr.activeRow { .table-striped tbody>tr.activeRow {
background-color: #5cb85c !important; background-color: #5cb85c !important;
--bs-table-bg: none; --bs-table-bg: none;
} }
@ -577,24 +589,28 @@ div#station_logbooks_linked_table_paginate {
#pota { #pota {
text-transform: uppercase; text-transform: uppercase;
} }
#awardInfoButton { #awardInfoButton {
display: flex; display: flex;
align-items: center; align-items: center;
} }
#awardInfoButton h2 { #awardInfoButton h2 {
margin-right: 30px; margin-right: 30px;
} }
#simpleFleInfo { #simpleFleInfo {
display: flex; display: flex;
align-items: center; align-items: center;
} }
#simpleFleInfo h2 { #simpleFleInfo h2 {
margin-right: 30px; margin-right: 30px;
} }
.sfletable{ .sfletable {
height: 470px; height: 470px;
} }
.sfletable.table { .sfletable.table {
width: 100%; width: 100%;
@ -608,7 +624,7 @@ div#station_logbooks_linked_table_paginate {
} }
.sfletable.table tbody { .sfletable.table tbody {
width: 95%; width: 95%;
overflow-y: scroll; overflow-y: scroll;
max-height: 440px; max-height: 440px;
position: absolute; position: absolute;
@ -621,47 +637,98 @@ div#station_logbooks_linked_table_paginate {
.red { .red {
color: var(--red); color: var(--red);
} }
.green { .green {
color: var(--green); color: var(--green);
} }
.blue { .blue {
color: var(--indigo); color: var(--indigo);
} }
.gray { .gray {
color: var(--gray); color: var(--gray);
} }
.orange { .orange {
color: var(--orange); color: var(--orange);
} }
.qso_eqsl_qslmsg_update { .qso_eqsl_qslmsg_update {
cursor: pointer; cursor: pointer;
margin-left: 10px; margin-left: 10px;
} }
.icon_selectBox { .icon_selectBox {
position: relative; position: relative;
} }
.icon_selectBox_data {
display: none; .icon_selectBox_data {
position:absolute; display: none;
z-index:50; position: absolute;
left:initial; z-index: 50;
border:1px solid var(--bs-border-color); left: initial;
padding:5px; border: 1px solid var(--bs-border-color);
top:initial; padding: 5px;
background-color:var(--bs-card-bg); top: initial;
color:var(--bs-body-color); background-color: var(--bs-card-bg);
color: var(--bs-body-color);
} }
.icon_selectBox_data label {
display:block; .icon_selectBox_data label {
margin-bottom:0px!important; display: block;
text-align:center; cursor:pointer; margin-bottom: 0px !important;
text-align: center;
cursor: pointer;
} }
.icon_selectBox_data label:hover {
background-color:var(--bs-primary); .icon_selectBox_data label:hover {
background-color: var(--bs-primary);
} }
.inputError { .inputError {
border: 2px solid rgb(217, 83, 79); border: 2px solid rgb(217, 83, 79);
} }
.dropend .dropdown-toggle {
margin-left: 1em;
}
.dropdown .dropdown-menu {
display: none;
}
.dropdown:hover>.dropdown-menu, .dropend:hover>.dropdown-menu {
display: block;
/* margin-top: .125em; */
margin-left: .125em;
}
@media screen and (min-width:769px) {
.dropend:hover>.dropdown-menu {
position: absolute;
top: 0;
left: 100%;
}
.dropend .dropdown-toggle {
margin-left: .5em;
}
}
.navbar-nav li:hover > ul.dropdown-menu {
display: block;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-9px;
}
.dropdown-menu > li > a:hover:after {
transform: rotate(-90deg);
}