Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Alignment Issues when application is accessed using IE

SA-14984

Summary



When viewing stages and steps, green checkmark for completed steps is misaligned in IE browser.


Error Messages



None. 


Steps to Reproduce



1. Login to application.
2. 
Search for any work object in the Search gadget. 
3. Open the Work Object and click on Show all steps.
4. The green check mark does not align with the Steps.
 

Root Cause



The issue lies in the custom application code or rules due to customized CSS.

Resolution



Perform the following local-change: 

The below CSS change addresses the reported issue:


Icon displaced:
.process_icon {
/* float: right; - Already there*/
float: none;
}


The changes can be made by selecting searching the CSS text, and making the suggested changes. If in case unable to find the CSS file, which addresses the style, then by adding a new CSS file to the skin and using the following CSS code snippet will address the same issue:

.process_icon {
float: none !important;
}

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us