Universal Theme
APEX V5.1.1
Chrome 59.0
How do I align a button to the far right when it is in Button Position "Right of Title"? In V4 you had multiple other options such as "Region Position #Change#" together with "Right" would place the button on the title bar but to the far right. What is the CSS to do this in V5? After inspecting the buttons in chrome, I tried the following in the page inline CSS but couldn't get it to work.
.t-button{
display: block;
float: left;
}
thanks in advance
PaulP