Added styles for the admin code in the courseware

This commit is contained in:
Kyle Fiedler
2012-03-06 14:42:27 -05:00
parent 186fee6bf6
commit d4134b0a9e

View File

@@ -173,6 +173,15 @@ div.course-wrapper {
margin-left: lh();
}
}
div.staff_info {
white-space: pre-wrap;
border-top: 1px solid #ccc;
padding-top: lh();
margin-top: lh();
line-height: lh();
font-family: Consolas, "Lucida Console", Monaco, "Courier New", Courier, monospace;
}
}
&.closed {