diff --git a/cms/static/img/problem-editor-icons.png b/cms/static/img/problem-editor-icons.png
index 62f078560f..27eb57b668 100644
Binary files a/cms/static/img/problem-editor-icons.png and b/cms/static/img/problem-editor-icons.png differ
diff --git a/cms/templates/widgets/problem-edit.html b/cms/templates/widgets/problem-edit.html
index c383d9aa1f..d17bc21d3c 100644
--- a/cms/templates/widgets/problem-edit.html
+++ b/cms/templates/widgets/problem-edit.html
@@ -5,7 +5,7 @@
- Advanced Editor
diff --git a/common/lib/xmodule/xmodule/css/problem/edit.scss b/common/lib/xmodule/xmodule/css/problem/edit.scss
index 7963bcc8b6..659f5becf9 100644
--- a/common/lib/xmodule/xmodule/css/problem/edit.scss
+++ b/common/lib/xmodule/xmodule/css/problem/edit.scss
@@ -131,6 +131,11 @@
background: url(../img/problem-editor-icons.png) no-repeat;
}
+.problem-editor-icon.header {
+ width: 18px;
+ background-position: -265px 0;
+}
+
.problem-editor-icon.multiple-choice {
background-position: 0 0;
}
@@ -154,4 +159,9 @@
background-position: -220px 0;
}
+.problem-editor-icon.explanation {
+ width: 17px;
+ background-position: -307px 0;
+}
+