themes/bootstrap: move pageaction buttons to the right, fixes display on pages with additional action on the left side, like "Return to overview"

This commit is contained in:
Jo-Philipp Wich 2012-02-15 20:19:50 +00:00
parent 4262d90124
commit 30b2719c4a

View file

@ -596,6 +596,7 @@ textarea[readonly] {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
text-align: right;
}
.actions .secondary-action,
.cbi-page-actions .secondary-action{