Commit cd78b27b by Christina Roberts

Merge pull request #1334 from MITx/bug/btalbot/cms-problemmenu

studio - resolved bug with .header CSS inheritance and problem editor
parents 6a4c6ad4 25df02fe
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
%if markdown != '' or data == '<problem>\n</problem>\n': %if markdown != '' or data == '<problem>\n</problem>\n':
<div class="editor-bar"> <div class="editor-bar">
<ul class="format-buttons"> <ul class="format-buttons">
<li><a href="#" class="header-button" data-tooltip="Header"><span <li><a href="#" class="header-button" data-tooltip="Heading 1"><span
class="problem-editor-icon header"></span></a></li> class="problem-editor-icon heading1"></span></a></li>
<li><a href="#" class="multiple-choice-button" data-tooltip="Multiple Choice"><span <li><a href="#" class="multiple-choice-button" data-tooltip="Multiple Choice"><span
class="problem-editor-icon multiple-choice"></span></a></li> class="problem-editor-icon multiple-choice"></span></a></li>
<li><a href="#" class="checks-button" data-tooltip="Check Multiple"><span <li><a href="#" class="checks-button" data-tooltip="Check Multiple"><span
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<article class="simple-editor-cheatsheet"> <article class="simple-editor-cheatsheet">
<div class="cheatsheet-wrapper"> <div class="cheatsheet-wrapper">
<div class="row"> <div class="row">
<h6>Header</h6> <h6>Heading 1</h6>
<div class="col sample header"> <div class="col sample heading-1">
<img src="/static/img/header-example.png" /> <img src="/static/img/header-example.png" />
</div> </div>
<div class="col"> <div class="col">
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
background: url(../img/problem-editor-icons.png) no-repeat; background: url(../img/problem-editor-icons.png) no-repeat;
} }
.problem-editor-icon.header { .problem-editor-icon.heading1 {
width: 18px; width: 18px;
background-position: -265px 0; background-position: -265px 0;
} }
......
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