summaryrefslogtreecommitdiff
path: root/yaksh/templates/yaksh/design_course_session.html
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates/yaksh/design_course_session.html')
-rw-r--r--yaksh/templates/yaksh/design_course_session.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/yaksh/templates/yaksh/design_course_session.html b/yaksh/templates/yaksh/design_course_session.html
index 959bcdd..c2f4b2b 100644
--- a/yaksh/templates/yaksh/design_course_session.html
+++ b/yaksh/templates/yaksh/design_course_session.html
@@ -14,6 +14,7 @@
{% endblock %}
{% block main %}
+<div class="yakshwell container">
<a href="{{URL_ROOT}}/exam/manage/courses/" class="btn btn-primary">
Back to Courses
</a>
@@ -25,8 +26,8 @@
<div id="fixed-available-wrapper">
<p><u><b>Available Modules:</b></u></p>
<div id="fixed-available">
- <table id="course-details" class="table table-bordered">
- <tr>
+ <table id="course-details" class="table table-bordered table-responsive-sm">
+ <tr class="bg-light">
<th width="2%">Select</th>
<th>Modules</th>
<th>Lessons/Quizzes</th>
@@ -66,8 +67,8 @@
<div id="fixed-added-wrapper">
<p><u><b>Chosen Modules:</b></u></p>
<div id="fixed-added">
- <table id="course-details" class="table table-bordered">
- <tr>
+ <table id="course-details" class="table table-bordered table-responsive-sm">
+ <tr class="bg-light">
<th width="5%">Select</th>
<th>Module</th>
<th width="20%">Order</th>
@@ -122,4 +123,5 @@
</div> <!-- /.row -->
</div>
</form>
+</div>
{% endblock %} \ No newline at end of file