summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaheshgudi2017-10-04 13:09:29 +0530
committermaheshgudi2017-10-09 14:54:41 +0530
commitaabf7bc6d741dbf944a6d35d9295a6d0ad3e4fff (patch)
treeee6930ceaedfabb2fd02ac08e5837d86852b78d1
parentdb73441ae5abfdfa0f04d049a1c33a156ab553f4 (diff)
downloadonline_test-aabf7bc6d741dbf944a6d35d9295a6d0ad3e4fff.tar.gz
online_test-aabf7bc6d741dbf944a6d35d9295a6d0ad3e4fff.tar.bz2
online_test-aabf7bc6d741dbf944a6d35d9295a6d0ad3e4fff.zip
Fix nav sidebar overlapping on questions list
-rw-r--r--yaksh/templates/yaksh/showquestions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html
index a8983bd..4240b2e 100644
--- a/yaksh/templates/yaksh/showquestions.html
+++ b/yaksh/templates/yaksh/showquestions.html
@@ -18,7 +18,7 @@
<li><a href="#updown" data-toggle="pill" > Upload and Download Questions</a></li>
</ul>
</div>
-<div class="tab-content">
+<div class="tab-content col-md-9 col-md-offset-2 main">
<!-- Upload Questions -->
<div id="updown" class="tab-pane fade">
<a class="btn btn-primary" href="{{URL_ROOT}}/exam/manage/courses/download_yaml_template/"> Download Template</a>