Make link-to results list taller, search box in nextmatch header wider

This commit is contained in:
nathangray 2018-09-13 11:44:27 -06:00
parent 560bc51b8d
commit 030a75e2f0

View File

@ -668,7 +668,7 @@ div.et2_file input.et2_file_upload{
* Restricting result size * Restricting result size
*/ */
.ui-autocomplete { .ui-autocomplete {
max-height: 20ex; max-height: 25ex;
overflow-y: auto; overflow-y: auto;
/* prevent horizontal scrollbar */ /* prevent horizontal scrollbar */
overflow-x: hidden; 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 { div.et2_link_entry input.ui-autocomplete-input {
padding-bottom: 1px; padding-bottom: 1px;
width: 100%;
} }
.et2_link_entry.no_app input.ui-autocomplete-input { .et2_link_entry.no_app input.ui-autocomplete-input {
width: 100%; width: 100%;