Skip to content

Commit

Permalink
MDL-51818 theme_bootstrapbase: Float context-header button-group LEFT
Browse files Browse the repository at this point in the history
  • Loading branch information
lazydaisy committed Jan 30, 2016
1 parent c9d91bb commit 610f050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -2171,8 +2171,8 @@ img#persona_signin {
margin-right: 1em;
}

.header-button-group{
float: right;
.header-button-group {
float: left;
}
}

Expand All @@ -2181,8 +2181,9 @@ img#persona_signin {
float: right;
margin-left: 1em;
}

.header-button-group {
float: left;
float: right;
}
}

Expand Down
4 changes: 2 additions & 2 deletions theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 610f050

Please sign in to comment.