Commit 35ffb1b3 by Miles Steele

add spacing to student admin section

parent a867676e
...@@ -269,6 +269,10 @@ section.instructor-dashboard-content-2 { ...@@ -269,6 +269,10 @@ section.instructor-dashboard-content-2 {
.instructor-dashboard-wrapper-2 section.idash-section#student_admin > { .instructor-dashboard-wrapper-2 section.idash-section#student_admin > {
.action-type-container{
margin-bottom: $baseline * 2;
}
.progress-link-wrapper { .progress-link-wrapper {
margin-top: 0.7em; margin-top: 0.7em;
} }
......
<%page args="section_data"/> <%page args="section_data"/>
<div class="student-specific-container"> <div class="student-specific-container action-type-container">
<H2>Student-specific grade adjustment</h2> <H2>Student-specific grade adjustment</h2>
<div class="request-response-error"></div> <div class="request-response-error"></div>
...@@ -47,12 +47,11 @@ ...@@ -47,12 +47,11 @@
<input type="button" name="task-history-single" value="Show Background Task History for Student" data-endpoint="${ section_data['list_instructor_tasks_url'] }"> <input type="button" name="task-history-single" value="Show Background Task History for Student" data-endpoint="${ section_data['list_instructor_tasks_url'] }">
<div class="task-history-single-table"></div> <div class="task-history-single-table"></div>
%endif %endif
<hr>
</div> </div>
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']: %if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
<hr> <div class="course-specific-container action-type-container">
<div class="course-specific-container">
<H2>Course-specific grade adjustment</h2> <H2>Course-specific grade adjustment</h2>
<div class="request-response-error"></div> <div class="request-response-error"></div>
...@@ -81,9 +80,9 @@ ...@@ -81,9 +80,9 @@
</p> </p>
</div> </div>
<hr>
<div class="running-tasks-container"> <div class="running-tasks-container action-type-container">
<hr>
<h2> Pending Instructor Tasks </h2> <h2> Pending Instructor Tasks </h2>
<div class="running-tasks-table" data-endpoint="${ section_data['list_instructor_tasks_url'] }"></div> <div class="running-tasks-table" data-endpoint="${ section_data['list_instructor_tasks_url'] }"></div>
</div> </div>
......
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