change entrance space

This commit is contained in:
xiaomlove
2022-10-22 21:19:41 +08:00
parent 505c7122b1
commit 12302a9056
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2655,11 +2655,11 @@ else {
<div style="display: flex;align-items: center"> <div style="display: flex;align-items: center">
<div style="display: flex;flex-direction: column"> <div style="display: flex;flex-direction: column">
<div> <div>
<span style="display: inline-block;width:50px"><?php echo nexus_trans('search.search_keyword')?>: </span> <span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_keyword')?>: </span>
<span><input type="text" name="search" style="width: 100px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>"/></span> <span><input type="text" name="search" style="width: 100px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>"/></span>
</div> </div>
<div> <div>
<span style="display: inline-block;width:50px"><?php echo nexus_trans('search.search_area')?>: </span> <span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_area')?>: </span>
<span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 108px'])?></span> <span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 108px'])?></span>
</div> </div>
</div> </div>
+5 -5
View File
@@ -80,13 +80,13 @@ $lang_functions = array
'text_logout' => "退出", 'text_logout' => "退出",
'text_bonus' => "魔力值 ", 'text_bonus' => "魔力值 ",
'text_use' => "使用", 'text_use' => "使用",
'text_ratio' => "分享率", 'text_ratio' => "分享率:",
'text_uploaded' => "上传量", 'text_uploaded' => "上传量:",
'text_downloaded' => "下载量", 'text_downloaded' => "下载量:",
'text_active_torrents' => "当前活动", 'text_active_torrents' => "当前活动:",
'title_torrents_seeding' => "当前做种", 'title_torrents_seeding' => "当前做种",
'title_torrents_leeching' => "当前下载", 'title_torrents_leeching' => "当前下载",
'text_connectable' => "可连接", 'text_connectable' => "可连接:",
'text_the_time_is_now' => "时间:", 'text_the_time_is_now' => "时间:",
'text_message_new' => "", 'text_message_new' => "",
'title_sentbox' => "发件箱", 'title_sentbox' => "发件箱",