From 752138cc162d994f2c74a06d05eb82e1229b7566 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 52a55f0ea6..6799e7ae5b 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%;