Fix button alignment on program dash

The View Course button on the program dashboard was not right-aligned
with the rest of the UI. Now it is.

LEARNER-3733
This commit is contained in:
Michael Terry
2017-12-22 11:12:24 -05:00
parent 486f9578b7
commit c065707e5d

View File

@@ -458,7 +458,14 @@
}
.course-details {
float: left;
width: 100%;
float: none;
@media (min-width: $bp-screen-md) {
display: table-cell;
vertical-align: top;
float: left;
}
.course-title {
font-size: 1em;
@@ -494,18 +501,6 @@
}
}
.course-details {
width: 100%;
float: none;
@media (min-width: $bp-screen-md) {
display: table-cell;
vertical-align: top;
padding: 0 10px 0 0;
float: left;
}
}
.course-actions {
@media (min-width: $bp-screen-md) {
width: 100%;