Skip to content

Commit 5eb95ac

Browse files
Bas Brandsandrewnicols
authored andcommitted
MDL-65357 themes: position enrolment icons in course listing
1 parent f417dab commit 5eb95ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

theme/boost/scss/moodle/course.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,8 @@ span.editinstructions {
653653
margin: 0;
654654
}
655655

656-
.coursebox .moreinfo {
656+
.coursebox .moreinfo,
657+
.coursebox .enrolmenticons {
657658
padding: 3px 0;
658659
float: right;
659660
}

theme/boost/style/moodle.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12165,7 +12165,8 @@ span.editinstructions {
1216512165
padding: 0;
1216612166
margin: 0; }
1216712167

12168-
.coursebox .moreinfo {
12168+
.coursebox .moreinfo,
12169+
.coursebox .enrolmenticons {
1216912170
padding: 3px 0;
1217012171
float: right; }
1217112172

theme/classic/style/moodle.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12411,7 +12411,8 @@ span.editinstructions {
1241112411
padding: 0;
1241212412
margin: 0; }
1241312413

12414-
.coursebox .moreinfo {
12414+
.coursebox .moreinfo,
12415+
.coursebox .enrolmenticons {
1241512416
padding: 3px 0;
1241612417
float: right; }
1241712418

0 commit comments

Comments
 (0)