From: Karl O. Pinc Date: Mon, 16 Sep 2024 00:43:13 +0000 (-0500) Subject: Move the search_path Reset button closer to the input element X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=66e0646a5cfe519c8e1d48868f3972a3f19ce3b4;p=pgwui_sql Move the search_path Reset button closer to the input element --- 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">