Commit 83734989 by Matt Drayer

Merge pull request #10147 from edx/saleem-latif/SOL-1266-feedback-changes

saleem-latif/SOL-1266: Move Course Number and Course Number Override below Course Title section
parents a72425c8 5f766f38
......@@ -53,6 +53,11 @@
.certificate-info-section{
overflow: auto;
.course-title-section, .course-number-section{
min-width: 47%;
@include margin-right(2%);
}
}
}
......
......@@ -30,7 +30,7 @@
<% } %>
</div>
<div class='course-number-section pull-right'>
<div class='course-number-section pull-left'>
<div class="actual-course-number">
<span class="certificate-label"><b><%= gettext('Course Number') %>: </b> </span>
<span class="certificate-value"><%= course.get('num') %></span>
......
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