From 54c583d2ad37845297312c286354be04859b3178 Mon Sep 17 00:00:00 2001 From: Alex MacDonald Date: Fri, 10 Dec 2021 10:10:58 -0500 Subject: [PATCH] Updated index.php Changed formatting of search and replace fields to match the formatting of "Which tables?" fields, which extends the width of the fields to 50% of the screen's width. Also updated function to add fields, so that additional search term fields added match the new style. --- index.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/index.php b/index.php index 9142a4b..a6cba79 100644 --- a/index.php +++ b/index.php @@ -669,6 +669,7 @@ public function ui() {
+
- +
+
+
@@ -1359,7 +1358,7 @@ public function html( $body ) { @media only screen and (min-width: 1110px) { .label-text { - display: inline; + display: block; } .fields-large label { @@ -4692,16 +4691,16 @@ function containsSerialisedString(text) { add_search: function () { var $row = $('.sr-boxes'); $new_search = $('
').appendTo($row); - $('