Skip to content

Commit

Permalink
MDL-56206 themes: Text on Enrolled users page well aligned
Browse files Browse the repository at this point in the history
Helps to align the table row content.
  • Loading branch information
lucaboesch authored and = committed Jan 27, 2017
1 parent 81e812c commit 99e0439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -1113,10 +1113,15 @@ tr.flagged-tag a {
.userenrolment .col_role {
width: 262px;
}
.userenrolment .col_role .roles,
.userenrolment .col_group .groups {
margin-right: 30px;
}
.userenrolment .col_role .roles {
float: left;
padding: 0 3px 3px;
margin: 0 3px 3px;
white-space: nowrap;
}
.userenrolment .col_role .role,
.userenrolment .col_group .group {
float: left;
Expand Down Expand Up @@ -1153,8 +1158,8 @@ tr.flagged-tag a {

.userenrolment .col_enrol .enrolment {
float: left;
padding: 3px;
margin: 3px;
padding: 0 3px 3px;
margin: 0 3px 3px;
}
.userenrolment .col_enrol .enrolment a {
float: right;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 99e0439

Please sign in to comment.