Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Displaying Result Numbers in Brief Results (Classic UI)

    This information is not applicable to Primo VE environments. For more details on Primo VE configuration, see Primo VE.
    In Primo v3, the Front End user interface no longer displays the result numbers by default. The following CSS code enables result numbers:
    .EXLResultsList td.EXLResultNumber {vertical-align: middle; display:table-cell; *display:block; width:1%;} /* note the *display hack for ie6/7 */
    The result of this code displays as follows:
    displayingResNum.gif
    Result Numbers in Brief Results