OpenUI: How to place a Application Tool Bar icon on right side of the Screen?
1. Add the following code in the custom .css file:
.siebui-button-toolbar
{position: relative !important;}
.siebui-toolbar [title="Site Map"]
{position: absolute !important;right: 5px !important;top: 0px !important;}
2. Clear web cache, Login to the Application and verify that the 'Site Map' Button is moved to right side.
Note: Similarly, in place of title="Site Map", place your custom button's title (get the title from Inspect Element on the custom button).