Commit 5f766f38 by Saleem Latif

Changes after testing on staging

parent a2bb8ed9
......@@ -52,7 +52,12 @@
}
.certificate-info-section{
overflow: auto;
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