Skip to content

Commit

Permalink
MDL-72994 themes: Align Roles column in additional roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 5, 2021
1 parent d135a12 commit 8c66efe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,14 @@ tr.flagged-tag a {
margin-left: 3px;
}

#page-enrol-otherusers .userenrolment .col_role {
.role {
float: none;
margin: 3px 3px 3px 0;
padding: 3px 3px 3px 0;
}
}

.corelightbox {
background-color: #ccc;
position: absolute;
Expand Down
5 changes: 5 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10775,6 +10775,11 @@ tr.flagged-tag a {
float: right;
margin-left: 3px; }

#page-enrol-otherusers .userenrolment .col_role .role {
float: none;
margin: 3px 3px 3px 0;
padding: 3px 3px 3px 0; }

.corelightbox {
background-color: #ccc;
position: absolute;
Expand Down
5 changes: 5 additions & 0 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10775,6 +10775,11 @@ tr.flagged-tag a {
float: right;
margin-left: 3px; }

#page-enrol-otherusers .userenrolment .col_role .role {
float: none;
margin: 3px 3px 3px 0;
padding: 3px 3px 3px 0; }

.corelightbox {
background-color: #ccc;
position: absolute;
Expand Down

0 comments on commit 8c66efe

Please sign in to comment.