Get active student count from new analytics data API

Disabled by default.
This commit is contained in:
Clinton Blackburn
2014-06-12 14:20:17 -04:00
committed by Carlos Andrés Rocha
parent 6b50517bd4
commit 36cfe7ab9e
7 changed files with 68 additions and 0 deletions

View File

@@ -766,3 +766,12 @@ section.instructor-dashboard-content-2 {
input[name="subject"] {
width:600px;
}
.enrollment-wrapper {
margin-bottom: $baseline * 2;
.count {
color: green;
font-weight: bold;
}
}