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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user