I'm using the Notes 9 extension library application layout control and I would like to use CSS to float the place bar actions on the left instead of the right.
Those actions are styled with the lotusBtnContainer
class using a float:right
property. How do I override that class with my own class that uses a float:left
?
I can make the adjustment to the lotusBtnContainer
class in firebug but I don't want to touch that class for obvious reasons.