While you might have thought the fun would stop with my last post, oh no!
Lets take a look at another style modification that you can make to tighten up those picklist drop downs.
Normally, in the Infor CRM Web client, a picklist has enough white space between the entries to hide a dojo widget in:

If we add this secret style to the portal we can make the drop downs much more compact.
.inforSoHoXi .dijitComboBoxMenu .dijitMenuItem {
padding:initial !important;
}
Afterwards check out how good your eye sight now has to be:




