From 030a75e2f0a5f93f1fbce0b9e96e53f5c8f18dd5 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 13 Sep 2018 11:44:27 -0600 Subject: [PATCH] Make link-to results list taller, search box in nextmatch header wider --- api/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index b838241bf3..d12f4205b4 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -668,7 +668,7 @@ div.et2_file input.et2_file_upload{ * Restricting result size */ .ui-autocomplete { - max-height: 20ex; + max-height: 25ex; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; @@ -738,6 +738,7 @@ div.et2_link_entry.app_icons:not(.no_app) input { } div.et2_link_entry input.ui-autocomplete-input { padding-bottom: 1px; + width: 100%; } .et2_link_entry.no_app input.ui-autocomplete-input { width: 100%;