diff options
author | maheshgudi | 2017-10-04 13:09:29 +0530 |
---|---|---|
committer | maheshgudi | 2017-10-06 12:35:42 +0530 |
commit | c1a7ca90505031f119d54a91a287f435accc177b (patch) | |
tree | 054dcf9e5c7b491b1b5937ab543b03c6b8254967 | |
parent | db66f70b447c0d32495c9c97736f09a180560c49 (diff) | |
download | online_test-c1a7ca90505031f119d54a91a287f435accc177b.tar.gz online_test-c1a7ca90505031f119d54a91a287f435accc177b.tar.bz2 online_test-c1a7ca90505031f119d54a91a287f435accc177b.zip |
Fix nav sidebar overlapping on questions list
-rw-r--r-- | yaksh/templates/yaksh/showquestions.html | 2 |
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> |