[Rt-commit] rt branch 5.0/modify-query-builder-default-results2 updated. rt-5.0.3-183-gd751f32ab3

BPS Git Server git at git.bestpractical.com
Fri Dec 9 19:16:12 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/modify-query-builder-default-results2 has been updated
       via  d751f32ab3d17e903015cb2c24be87411a1ebd62 (commit)
      from  aa91f168a502a68c1a201c27e197c8cb92e9d32e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d751f32ab3d17e903015cb2c24be87411a1ebd62
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Dec 9 14:16:06 2022 -0500

    Remove extra space from div around titlebox

diff --git a/share/html/Search/Elements/DisplayOptions b/share/html/Search/Elements/DisplayOptions
index 63bc2f997a..404f28f6a9 100644
--- a/share/html/Search/Elements/DisplayOptions
+++ b/share/html/Search/Elements/DisplayOptions
@@ -46,13 +46,13 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <div class="col-xl-5">
-<&| /Widgets/TitleBox, title => loc("Sorting"), id => 'sorting', class => 'h-100' &>
+<&| /Widgets/TitleBox, title => loc("Sorting"), id => 'sorting', class => 'titlebox-outer-div h-100' &>
 <& EditSort, %ARGS &>
 </&>
 </div>
 
 <div class="col-xl-7">
-<&| /Widgets/TitleBox, title => loc("Display Columns"), id => 'columns', class => 'h-100' &>
+<&| /Widgets/TitleBox, title => loc("Display Columns"), id => 'columns', class => 'titlebox-outer-div h-100' &>
 <& EditFormat, %ARGS &>
 </&>
 </div>
diff --git a/share/static/css/elevator-light/boxes.css b/share/static/css/elevator-light/boxes.css
index d2d4f029f7..71bd6b2182 100644
--- a/share/static/css/elevator-light/boxes.css
+++ b/share/static/css/elevator-light/boxes.css
@@ -203,3 +203,8 @@ div.results .titlebox .titlebox-content {
 .width-sm {
   width: 576px;
 }
+
+.titlebox-outer-div {
+    display: flex;
+    flex-direction: column;
+}

-----------------------------------------------------------------------

Summary of changes:
 share/html/Search/Elements/DisplayOptions | 4 ++--
 share/static/css/elevator-light/boxes.css | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list