Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to center Login dialog with themes


    Jim W

    Issue:

    [toc on_off::hide=1]

    If you are having trouble trying to center the login dialog in the Jasperserver welcome page, try the following solution. You would do this by using overrides_custom.css. Refer to Chapter 11.1, Changing the UI With Themes, of the Jasperserver Ultimate Guide for more information about overrides_custom.css.


    Resolution:

    loginPage #copy {

        display: none;

    }

    loginPage #loginForm {

        position: static;

    }

    loginPage .login {

        position: relative;

        width: 250px;

        float:none;

        margin-left:auto;

        margin-right:auto;

    }


    Ref. Case #00023797 -- 23:48, 13 January 2012 (UTC)

     

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...