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>
+6 -6
View File
@@ -80,14 +80,14 @@ $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' => "发件箱",
'title_inbox' => "收件箱", 'title_inbox' => "收件箱",
+2 -2
View File
@@ -42,7 +42,7 @@ $lang_functions = array
'std_by' => 'By', 'std_by' => 'By',
'row_security_image' => "Security Image:", 'row_security_image' => "Security Image:",
'row_security_code' => "Security Code:", 'row_security_code' => "Security Code:",
'text_slots' => "Slots: ", 'text_slots' => "Slots:",
'text_unlimited' => "Unlimited", 'text_unlimited' => "Unlimited",
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...", 'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.", 'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
@@ -83,7 +83,7 @@ $lang_functions = array
'text_ratio' => "Ratio:", 'text_ratio' => "Ratio:",
'text_uploaded' => "Uploaded:", 'text_uploaded' => "Uploaded:",
'text_downloaded' => "Downloaded:", 'text_downloaded' => "Downloaded:",
'text_active_torrents' => "Active: ", 'text_active_torrents' => "Active:",
'title_torrents_seeding' => "Torrents&nbsp;Seeding", 'title_torrents_seeding' => "Torrents&nbsp;Seeding",
'title_torrents_leeching' => "Torrents&nbsp;Leeching", 'title_torrents_leeching' => "Torrents&nbsp;Leeching",
'text_connectable' => "Connectable:&nbsp;", 'text_connectable' => "Connectable:&nbsp;",