Hi
I have successfully moved my expand/collapse default commands to the left of my titlebar using css.
However, i would like to have the expand/collapse default commands on the left AND the right of the titlebar.
Is this possible?
If so, how would i achieve this?
Many Thanks
Mark
I have successfully moved my expand/collapse default commands to the left of my titlebar using css.
.RadDock .rdTitleBar { text-align: left; } .RadDock .rdCenter .rdCommands { float: left !important; } .RadDock .rdTitleBar em { float: right !important; }However, i would like to have the expand/collapse default commands on the left AND the right of the titlebar.
Is this possible?
If so, how would i achieve this?
Many Thanks
Mark