Skip to content

Commit

Permalink
MDL-55170 theme_bootstrapbase: Fix user enrollment dialog, RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Jul 9, 2016
1 parent 5a1728d commit 3bce7d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,14 @@ tr.flagged-tag a {
}
}
}
.user-enroller-panel .uep-search-results .user {
.count, .picture, .details {
float:right;
}
.options .enrol {
float:left;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 3bce7d0

Please sign in to comment.