Fix css and config hint
这个提交包含在:
父节点
8d917f20c1
当前提交
10f8349961
共有 3 个文件被更改,包括 7 次插入 和 3 次删除
|
|
@ -233,7 +233,7 @@
|
|||
<option value="0"><?php echo $this->lang->line('general_word_no'); ?></option>
|
||||
<option value="1"><?php echo $this->lang->line('general_word_yes'); ?></option>
|
||||
</select>
|
||||
<div class="small form-text text-muted">Please set your qrz.com API key in the station locations configuration (XML subscription required).</div></td>
|
||||
<div class="small form-text text-muted">Please set your qrz.com credentials in the general config file.</div></td>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" />
|
||||
|
|
|
|||
|
|
@ -429,7 +429,7 @@
|
|||
<option value="1" <?php if ($user_show_qrz_image == 1) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_yes'); ?></option>
|
||||
<option value="0" <?php if ($user_show_qrz_image == 0) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_no'); ?></option>
|
||||
</select>
|
||||
<div class="small form-text text-muted">Please set your qrz.com API key in the station locations configuration (XML subscription required).</div></td>
|
||||
<div class="small form-text text-muted">Please set your qrz.com credentials in the general config file.</div></td>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -303,7 +303,11 @@ div#station_logbooks_linked_table_paginate {
|
|||
|
||||
/* qrz.com profile picture Styles */
|
||||
|
||||
.callsign-image .card-title {
|
||||
.card-title {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.callsign-image {
|
||||
margin-bottom: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
|
|||
正在加载…
在新工单中引用