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

User Interface issue related to Mozila Firefox and Chrome

SA-17871

Summary



The checkbox header and the other checkboxes are not alligned in the same line in mozilla and chrome but is working fine in IE. Functionality is the same in all the browsers.


Error Messages



Not Applicable 


Steps to Reproduce



Cell inline styles used.


Root Cause



CSS causing spacing problem.
 

Resolution



This type of issues can be addressed using inspect element of the browser. The exact HTML element can be used to compute CSS tab to find out the CSS differences as per the requirement.

The following CSS code was added to UserWorkForm in order to address the specific use-case:

tr.oddRow td:first-child>div.oflowDivM {
    text-align:center;
}
tr.evenRow td:first-child>div.oflowDivM {
    text-align:center;
}
tr.cellCont th:first-child>div.oflowDiv>div.divCont {
    padding-right: 0px !important;
    width:100%;
    text-align:center;
}


The CSS code uses pseudo class which can be handled by Google Chrome.

Published February 9, 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