Merge pull request #14995 from edx/minor_tweaks

ECOM-6602 Minor program progress fixes
This commit is contained in:
Matthew Piatetsky
2017-04-27 15:22:53 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@
} else if (end && endDate < now) {
dateString += ' - Ended ' + end;
}
} else if (pacingType === 'instructor_paced') {
} else {
if (start && end) {
dateString = start + ' - ' + end;
} else if (start) {

View File

@@ -83,7 +83,7 @@
background-color: $white;
}
.wrapper-footer {
.footer-content-wrapper {
@include clearfix();
clear: both;
}