Add icon to the grading message

This commit is contained in:
Diana Huang
2012-12-10 12:29:46 -05:00
parent cc72870aac
commit 3156c2b393
2 changed files with 3 additions and 0 deletions

View File

@@ -257,6 +257,8 @@ section.problem {
}
.grading {
background: url('../images/info-icon.png') left center no-repeat;
padding-left: 25px;
text-indent: 0px;
margin: 0px 7px 0 0;
}