diff options
author | holyantony | 2015-09-11 14:48:53 +0530 |
---|---|---|
committer | holyantony | 2015-09-11 14:48:53 +0530 |
commit | 9db68d4500530ea60f2b5fe21251446e2be306da (patch) | |
tree | 019e30271356d3403846edc595dd59967c20665d /static/website/templates/get-question.html | |
parent | b8d639085609d15e8133f0f04ffd36a03fee87c7 (diff) | |
download | FOSSEE-Forum-9db68d4500530ea60f2b5fe21251446e2be306da.tar.gz FOSSEE-Forum-9db68d4500530ea60f2b5fe21251446e2be306da.tar.bz2 FOSSEE-Forum-9db68d4500530ea60f2b5fe21251446e2be306da.zip |
Subject: Added tablersorter to all table
Description:
1. tablesorter on all table
2. highlighted add comments, added css
Diffstat (limited to 'static/website/templates/get-question.html')
-rw-r--r-- | static/website/templates/get-question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index 2af3fcf..0335e5d 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -204,7 +204,7 @@ </form> - <a class="add-comment" href="#" data-target="comment{{ answer.id }}"> + <a class="add-comment" style="background: #46B8DA none repeat scroll 0% 0%;color: #FFF;border-radius: 3px;padding: 5px 12px;" href="#" data-target="comment{{ answer.id }}"> <small>add comment</small> </a> |