Skip to content

Commit

Permalink
MDL-65357 themes: position enrolment icons in course listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Jun 26, 2019
1 parent f1a8db6 commit 3338974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion theme/boost/scss/moodle/course.scss
Expand Up @@ -648,7 +648,8 @@ span.editinstructions {
margin: 0;
}

.coursebox .moreinfo {
.coursebox .moreinfo,
.coursebox .enrolmenticons {
padding: 3px 0;
float: right;
}
Expand Down
3 changes: 2 additions & 1 deletion theme/boost/style/moodle.css
Expand Up @@ -12166,7 +12166,8 @@ span.editinstructions {
padding: 0;
margin: 0; }

.coursebox .moreinfo {
.coursebox .moreinfo,
.coursebox .enrolmenticons {
padding: 3px 0;
float: right; }

Expand Down
3 changes: 2 additions & 1 deletion theme/classic/style/moodle.css
Expand Up @@ -12412,7 +12412,8 @@ span.editinstructions {
padding: 0;
margin: 0; }

.coursebox .moreinfo {
.coursebox .moreinfo,
.coursebox .enrolmenticons {
padding: 3px 0;
float: right; }

Expand Down

0 comments on commit 3338974

Please sign in to comment.