From 66e0646a5cfe519c8e1d48868f3972a3f19ce3b4 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 15 Sep 2024 19:43:13 -0500 Subject: [PATCH] Move the search_path Reset button closer to the input element --- src/pgwui_sql/static/pgwui_sql.css | 3 +++ src/pgwui_sql/templates/sql_edit.mak | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pgwui_sql/static/pgwui_sql.css b/src/pgwui_sql/static/pgwui_sql.css index dff8bd0..5c475ef 100644 --- a/src/pgwui_sql/static/pgwui_sql.css +++ b/src/pgwui_sql/static/pgwui_sql.css @@ -28,3 +28,6 @@ textarea.sqltext { height: 40em; /* The "status" message which goes with each SQL result (set) */ .sql_status { font-size: 50%; } + +/* The box holding the textarea of the search_path */ +.search_path_data { width: 20em; } diff --git a/src/pgwui_sql/templates/sql_edit.mak b/src/pgwui_sql/templates/sql_edit.mak index c394398..7df2b00 100644 --- a/src/pgwui_sql/templates/sql_edit.mak +++ b/src/pgwui_sql/templates/sql_edit.mak @@ -74,7 +74,7 @@ class="help" >* - <%self.lib:td_input tab_index="${tab_index}"> + <%self.lib:td_input tab_index="${tab_index}" clas="search_path_data">