Configure Icon Button Size on Home Page
search cancel

Configure Icon Button Size on Home Page

book

Article ID: 98296

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

This article describes how to modify the size of icon buttons on the CA Identity Manager Home page.

Environment

  • Product: CA Identity Manager
  • Version: 14.x

Resolution

You can resize icon buttons by modifying the settings in the taskshomepage.jsp file. Please follow these steps:

  1. Backup the configuration file: Navigate to the following location and create a copy of taskshomepage.jsp before making changes: /standalone/deployments/iam_im.ear/user_console.war/app/page/homepage/taskshomepage.jsp

  2. Modify the file: Open the taskshomepage.jsp file in a text editor and locate the .resize class. Adjust the width and height values as required:

 

.resize {
    width: 200px;
    height: 100px;
}

  1. Save and Restart: Save the file and restart your application server to apply the changes.

Note: Depending on the new icon dimensions, you may need to adjust other layout settings within the same file to ensure the page displays correctly.

Additional Information

If you require further assistance with your configuration, please Contact Support.