Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

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).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center