This article describes how to modify the size of icon buttons on the CA Identity Manager Home page.
You can resize icon buttons by modifying the settings in the taskshomepage.jsp file. Please follow these steps:
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
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;
}
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.
If you require further assistance with your configuration, please .