jQuery dropdown fixes
@ -136,3 +136,7 @@
opacity: .2;
border-radius: 5px;
}
.ui-menu .ui-menu-item a {
padding: 6px;
@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
overflow-x:hidden;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
.notCreatable {