diff options
author | CruiseDevice | 2019-02-18 16:23:00 +0530 |
---|---|---|
committer | CruiseDevice | 2019-02-18 16:23:00 +0530 |
commit | 37ee0c9de91cac5bdb6275e12d35cb6b7697a7fb (patch) | |
tree | b53f2de790f8c01a9222826967ae612baf6a8451 /yaksh | |
parent | f0314d106a6402421315873a95dda38c4eef4adf (diff) | |
download | online_test-37ee0c9de91cac5bdb6275e12d35cb6b7697a7fb.tar.gz online_test-37ee0c9de91cac5bdb6275e12d35cb6b7697a7fb.tar.bz2 online_test-37ee0c9de91cac5bdb6275e12d35cb6b7697a7fb.zip |
Reduce button size.
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/templates/yaksh/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 3500132..844855a 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -160,7 +160,7 @@ question_type = "{{ question.type }}" <span> Files to download for this question </span> <hr> {% for f_name in files %} <div class="yakshwell"> - <a href="{{f_name.file.url}}" class="btn btn-outline-secondary" target="_blank"><b>{{forloop.counter}}.</b> {{f_name.get_filename}}</a> + <a href="{{f_name.file.url}}" class="btn btn-outline-secondary btn-sm " target="_blank">{{f_name.get_filename}}</a> <br> </div> {% endfor %} |