Commit 51037650 by Brian Talbot

Merge pull request #393 from edx/talbs/studio-nav-fix

Studio: Revises Course Updates Nav Visual Display Issue
parents f9f0d9cc a2ac5c87
<a href="#" class="edit-button"><span class="edit-icon"></span>Edit</a> <a href="#" class="edit-button"><span class="edit-icon"></span>Edit</a>
<h2>Course Handouts</h2> <h2 class="title">Course Handouts</h2>
<%if (model.get('data') != null) { %> <%if (model.get('data') != null) { %>
<div class="handouts-content"> <div class="handouts-content">
<%= model.get('data') %> <%= model.get('data') %>
......
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
// ==================== // ====================
body.course.updates { body.course.updates {
h2 {
margin-bottom: 24px;
font-size: 22px;
font-weight: 300;
}
.course-info-wrapper { .course-info-wrapper {
display: table; display: table;
...@@ -180,9 +174,10 @@ body.course.updates { ...@@ -180,9 +174,10 @@ body.course.updates {
border-left: none; border-left: none;
background: $lightGrey; background: $lightGrey;
h2 { .title {
font-size: 18px; margin-bottom: 24px;
font-weight: 700; font-size: 22px;
font-weight: 300;
} }
.edit-button { .edit-button {
...@@ -220,4 +215,4 @@ body.course.updates { ...@@ -220,4 +215,4 @@ body.course.updates {
textarea { textarea {
height: 300px; height: 300px;
} }
} }
\ No newline at end of file
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