Mailing List Archive

rt branch, 4.4-trunk, updated. rt-4.4.4-542-gf88c6f1443
The branch, 4.4-trunk has been updated
via f88c6f144398263ea28fa8d0e2bbbcb52fb82bef (commit)
from b66555ac8bc705f81895af012628fb32aecc65d4 (commit)

Summary of changes:
share/html/Search/Elements/NewListActions | 1 -
share/static/css/base/misc.css | 8 ++++++++
2 files changed, 8 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit f88c6f144398263ea28fa8d0e2bbbcb52fb82bef
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Fri Jun 18 13:28:18 2021 -0400

Reduce space used by Current search to avoid saved search overlap

On Firefox, extra spacing around select options causes the
Current search box to push down into the Saved search section
when a Results message is shown, like when loading a saved
search. Override the default padding added on Firefox and
remove the second br to provide some additional space
to avoid the overlap.

diff --git a/share/html/Search/Elements/NewListActions b/share/html/Search/Elements/NewListActions
index 530ea29101..4d3b31c7dc 100644
--- a/share/html/Search/Elements/NewListActions
+++ b/share/html/Search/Elements/NewListActions
@@ -56,7 +56,6 @@
</font>
% }
% }
-<br />
<%init>
@actions = map ref $_? $_: [$_, 0], grep defined && length, @actions;
return unless @actions;
diff --git a/share/static/css/base/misc.css b/share/static/css/base/misc.css
index 2da80e8e5c..53f0afd568 100644
--- a/share/static/css/base/misc.css
+++ b/share/static/css/base/misc.css
@@ -132,3 +132,11 @@ td.current-recipients {
span.pagenum {
display: inline-block;
}
+
+/* Remove the default 2 px top/bottom added by Firefox to give more room
+ for the saved search form on the query builder */
+
+#editquery select option {
+ padding-top: 0;
+ padding-bottom: 0;
+}

-----------------------------------------------------------------------
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit