Custom Button not Aligning on Fluid Page
Hello,
We have a custom button that we added to the delivered Expense Line page. We are trying to align the button with custom stylesheet but it is still not working. I put PXX_EXP_COPY_PB on the page field name and created a custom StyleSheet. Below is a copy of the stylesheet code:
div[id*='PXX_EXP_COPY_PB'] .ps_box-button
{align:right;
}
/*#PXX_EXP_COPY_PB
{align:right;
}*/
I added below PeopleCode to the Fluid Page and subpage activate:
AddStyleSheet(StyleSheet.PXX_COPY_LOC_CSS);
Even after adding this, the button is still on the left as shown in the screenshot. Is there someone that can help with this? What are we missing that is not allowing this button to align correctly?