forked from extern/egroupware
Make link-to results list taller, search box in nextmatch header wider
This commit is contained in:
parent
560bc51b8d
commit
030a75e2f0
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user