From f0da3caaf5f20ea311ac5c617466808825c10fa2 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 1 Dec 2023 20:05:38 +0200 Subject: [PATCH] add extended search mode option --- src/webui/explore.php | 11 ++++-- src/webui/search.php | 88 ++++++++++++++++++++++++++++++++----------- 2 files changed, 73 insertions(+), 26 deletions(-) diff --git a/src/webui/explore.php b/src/webui/explore.php index ab24095..dec8726 100644 --- a/src/webui/explore.php +++ b/src/webui/explore.php @@ -244,10 +244,9 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp) label { font-size: 14px; - color: #fff; - float: left; - margin-left: 16px; - margin-bottom: 14px; + position: absolute; + right: 80px; + top: 18px; } label > input { @@ -303,6 +302,10 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)

+