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;
}

View File

@@ -246,6 +246,7 @@ textarea.short-form-response {
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
}
section.self-assessment {