Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-12-28 12:57:58 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-12-28 12:57:58 +0300
commitea1e19e9537d115af2a762ea132bbd22f0fd6d05 (patch)
tree4517ffe2f5cc7be709f7371d64e1cda5cdef4a8f /templates
parent25c3192b2bf64c883ca9e31301c35f98aaa22aed (diff)
css
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index a2d5eb5..5d32d8b 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -31,7 +31,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Select the app that will be used to index content and answer search queries.</em>
</div>
<div class="div-table-col">
- <select id="fns_platforms" class="hidden">
+ <select id="fns_platforms">
<option></option>
</select>
</div>
@@ -44,7 +44,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Lower the value if the server is short on memory.</em>
</div>
<div class="div-table-col">
- <input type="text" class="hidden small" id="fns_chunk_size"/>
+ <input type="text" class="small" id="fns_chunk_size"/>
</div>
</div>