Commit 3156c2b3 by Diana Huang

Add icon to the grading message

parent cc72870a
...@@ -257,6 +257,8 @@ section.problem { ...@@ -257,6 +257,8 @@ section.problem {
} }
.grading { .grading {
background: url('../images/info-icon.png') left center no-repeat;
padding-left: 25px;
text-indent: 0px; text-indent: 0px;
margin: 0px 7px 0 0; margin: 0px 7px 0 0;
} }
......
...@@ -246,6 +246,7 @@ textarea.short-form-response { ...@@ -246,6 +246,7 @@ textarea.short-form-response {
padding: 5px; padding: 5px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
width: 100%;
} }
section.self-assessment { section.self-assessment {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment