diff --git a/lms/static/sass/_dashboard.scss b/lms/static/sass/_dashboard.scss
index dbcd170065..d4deeff779 100644
--- a/lms/static/sass/_dashboard.scss
+++ b/lms/static/sass/_dashboard.scss
@@ -143,7 +143,7 @@
@include clearfix;
height: 120px;
margin-right: flex-gutter();
- margin-bottom: 25px;
+ margin-bottom: 10px;
overflow: hidden;
position: relative;
width: flex-grid(12);
@@ -379,5 +379,19 @@
}
}
}
+
+ a.unenroll {
+ float: right;
+ font-style: italic;
+ color: #a0a0a0;
+ text-decoration: underline;
+ font-size: .8em;
+ @include inline-block;
+ margin-bottom: 40px;
+
+ &:hover {
+ color: #333;
+ }
+ }
}
}
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index e94701ef60..a90e9a9bf6 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -51,7 +51,6 @@
- Unenroll
+ Unenroll
% endfor
% else: