Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another common error observed is popup dialogs getting distorted and UI disturbed due to the same.  Perform the following changes for the same.

  1. Locate your css style sheet (eBusinessStyles.css ) in the e-Business installed path. For the Non-CMS site, it will be available in Include Folder\eBusinessStyles.css .
  2. For CMS site, the below changes will need to be done in the respective css file.
    Open the file and add below CSS changes at the end of file:

    Code Block
    languagecss
    titleCSS changes
    collapsetrue
    .rwWindowContent > div {
    
        width: inherit !important;
    
        height: inherit !important;
    
    }
    
    .RadWindow .rwIcon{
    
        margin-top: 8px !important;
    
        top: 0 !important;
    
    }
    
    .RadWindow .rwTable {
    
        height: 100% !important;
    
    }
    
    .popup-win-adminedit-Contactinfo{
    
    height:auto !important;
    
    }
  3. Locate the datathe data_from.css file in the e-Business installed path. (Folder path <eBusiness installed path\App_Themes\Aptify\)
    Open the file and update Line Number  3067  and the following add width details:

    #ctl00_MainContentArea_Profile1_radwindowProfileImage_C{

    height: 589px !important;

    width: 478px !important;

    }

  4. Save and close the file.
  5. Restart the IIS.