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

    Enabling Hold and Search Buttons To Be Resized (Classic UI)

    This information is not applicable to Primo VE environments. For more details on Primo VE configuration, see Primo VE.
    Because the Search and Hold buttons allow only 7 to 8 characters to display completely, non-English labels may not fit on the button.
    To enable the Hold button to be resized, replace the existing classes with the following classes in your CSS file:

    .EXLRequestTabContent form span.submit { display: inline-block; width:65px; height:22px;float:left; margin-right:0.2em}

    .EXLRequestTabContent form input.submit { background-color:#e87107; background-image:url(../images/bg_strip_submit_temp.png); background-repeat:repeat-x;margin-left:0em; width:auto;  color:#FFFFFF; font-weight: normal;height:22px; cursor: pointer;padding:0em 0.5em 0em 0.5em; border:1px solid #7f9db9;display:inline; }

    To enable the Search button to be resized for a specific language style (such as French), add the following lines to your CSS file:
    * ----------Search Ribbon Styles--------------- */
    .EXLSearchFieldRibbonFormSubmitSearch {width:13%; }
    .EXLSearchFieldRibbonFormFields{width:87%;}