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:
parent
4262d90124
commit
30b2719c4a
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ textarea[readonly] {
|
||||||
-webkit-border-radius: 0 0 3px 3px;
|
-webkit-border-radius: 0 0 3px 3px;
|
||||||
-moz-border-radius: 0 0 3px 3px;
|
-moz-border-radius: 0 0 3px 3px;
|
||||||
border-radius: 0 0 3px 3px;
|
border-radius: 0 0 3px 3px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
.actions .secondary-action,
|
.actions .secondary-action,
|
||||||
.cbi-page-actions .secondary-action{
|
.cbi-page-actions .secondary-action{
|
||||||
|
|
Loading…
Reference in a new issue