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

    New A-Z List problem with 'i' / info button

    • Article Type: General
    • Product: SFX
    • Product Version: 3

    Description:
    We are checking the new A-Z lists from the latest monthly update and have noticed a problem. The 'i' button for each journal is opening the information window at the top of the page between the header image and search box. In the previous a-z pages this window opened off to the right. Is this a bug or was the info window purposefully moved to the top of the page?

    Resolution:
    The "i"/info button windows have been modified in the new A-Z list, but their behavior should not have changed.

    You may have localized the templates/css/public/style.css file in your instance. This is one of the few files involved in the new A-Z lists that is not totally new and has been globally modified. If this is so, please incorporate the new changes to the global style.css into your localized copy. The changes are just the addition of the .table_563 style and the addition of "margin: 0;" to the .PopupPage style:

    .table_563 { width: 563PX;
    border: 0;
    padding: 0;
    }

    .PopupPage {BACKGROUND:#F1F1F1;
    PADDING:10PX;
    PADDING: 2px 2px 5px 20px;
    BORDER: #B5B6B5 2px solid;
    margin: 0;
    }

    Additional Information

    i" button,"info" button,A-Z list,css,custom


    • Article last edited: 10/8/2013