Skip to content

Commit

Permalink
Merge branch 'MDL-51127-master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 27, 2015
2 parents d3cd5f1 + b395f7b commit d891a6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 1 addition & 3 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,8 @@ img#persona_signin {
float: right;
margin-left: 1em;
}

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

Expand Down
6 changes: 6 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ select {
.dir-rtl .breadcrumb-button .singlebutton {
float: right;
margin-right: 4px;
margin-left: 0;
}
.dir-rtl .breadcrumb-button .singlebutton div,
.dir-rtl .breadcrumb-button .singlebutton div input[type="submit"] {
margin-right: 5px;
margin-left: 0;
}

.ie .row-fluid .desktop-first-column {
Expand Down
4 changes: 2 additions & 2 deletions theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit d891a6d

Please sign in to comment.