I would like to make the toolbar links to be aligned to the right. I tried a view things in toolbar.css but I think I do not find the right place.

I could do it in div#toolbar-toolbar { ... section with left: 500px;

But that is no good idea

I also tried

div#toolbar-toolbar ul.links li,
div#toolbar-toolbar ul.links li a {
float:left;
padding-right: 0.25em;
text-align:right;

}

But text-align: right does not change anything ...

Then I tried

div#toolbar-toolbar div.depth-0 #admin-toolbar-admin {
float:right;

}

But then Login is more left then the links ....