Commit b60a7d59 by Brian Talbot

Merge pull request #151 from edx/talbs/fix-ui-topbar

Remove Top Metdata UI from Problem Template
parents 84233477 30d9836b
......@@ -2,19 +2,9 @@
<div class="wrapper wrapper--xblock wrapper--openassessment theme--basic">
<div class="openassessment" id="openassessment">
<div class="wrapper--grid">
<h1 class="openassessment__title">
<span class="openassessment__title--super">
{{ title }}
</span>
<span class="openassessment__title--sub">
<span class="problem-type problem-type--open-ended-response">Open Response</span>
{% for assessment in rubric_assessments %}
+
<span class="problem-type problem-type--{{ assessment.type }}">{{ assessment.name }}</span>
{% endfor %}
</span>
</h1>
<h2 class="openassessment__title ">
<span class="problem-header">{{ title }}</span>
</h2>
<nav class="nav--contents">
<h2 class="title">Skip to a specific step:</h2>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,21 +17,10 @@
// chrome: title
.openassessment__title {
@include row();
margin-bottom: $baseline-v;
border-bottom: ($baseline-v/5) solid $color-decorative-tertiary;
padding-bottom: ($baseline-v/2);
}
.openassessment__title--super {
@extend %hd-3;
display: block;
margin-bottom: ($baseline-v/4);
}
.openassessment__title--sub {
@extend %hd-7;
display: block;
color: $heading-tertiary-color;
.problem-header {
text-transform: uppercase;
}
}
// steps
......
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