summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJayaram Pai2014-03-19 13:34:59 +0530
committerJayaram Pai2014-03-19 13:34:59 +0530
commit7c74b30aafb85b026ce846de8d2fb6a514d6e4ae (patch)
treea2d4f0c772c04ef590d457e09282f267b1896ffc /static
parentdffa556eede4d633879e55b60bf95e4469c530c0 (diff)
downloadFOSSEE-Forum-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.tar.gz
FOSSEE-Forum-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.tar.bz2
FOSSEE-Forum-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.zip
temporarly removing voting html/css
Diffstat (limited to 'static')
-rw-r--r--static/website/css/main.css12
-rw-r--r--static/website/templates/get-question.html23
2 files changed, 8 insertions, 27 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index ac93f8f..b1317f8 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -75,9 +75,9 @@ body {
.voted {
color: orange;
}
-.question-wrapper {
- padding-left: 0;
-}
+/* .question-wrapper { */
+/* padding-left: 0; */
+/* } */
#content .question {
position: relative;
padding: 15px 0 15px 0;
@@ -197,9 +197,9 @@ table .title a {
.saved {
background: lightgreen;
}
-.answer-wrapper {
- padding-left: 0px;
-}
+/* .answer-wrapper { */
+/* padding-left: 0px; */
+/* } */
#content .answer {
position: relative;
border-bottom: 1px solid #f5f5f5;
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html
index 2ef71b1..3d2d3f0 100644
--- a/static/website/templates/get-question.html
+++ b/static/website/templates/get-question.html
@@ -9,17 +9,7 @@
<span class="saved hideme">saved</span>
<div class="row">
- <div class="question-critic col-lg-1 lead">
- <span class="vote upvote" data-qid="{{ question.id }}" data-vote="1">
- <span class="glyphicon glyphicon-circle-arrow-up"></span>
- </span>
- <div class="votes">34</div>
- <span class="vote downvote" data-qid="{{ question.id }}" data-vote="-1">
- <span class="glyphicon glyphicon-circle-arrow-down"></span>
- </span>
- </div>
-
- <div class="col-lg-11 question-wrapper">
+ <div class="col-lg-12 question-wrapper">
<div class="question {% if user|can_edit:question %}editable{% endif %}">
<div class="title {% if user|can_edit:question %}title-editable{% endif %}">
{{ question.title }}
@@ -106,17 +96,8 @@
{% for answer in answers %}
<div class="row">
- <div class="answer-critic col-lg-1">
- <span class="vote upvote" data-aid="{{ answer.id }}" data-vote="1">
- <span class="glyphicon glyphicon-circle-arrow-up"></span>
- </span>
- <div class="votes">34</div>
- <span class="vote downvote" href="#" data-aid="{{ answer.id }}" data-vote="-1">
- <span class="glyphicon glyphicon-circle-arrow-down"></span>
- </span>
- </div>
- <div class="col-lg-11 answer-wrapper">
+ <div class="col-lg-12 answer-wrapper">
<div class="answer {% if user|can_edit:answer %}editable{% endif %}" id="answer{{answer.id}}">
<div class="body" id="body{{ answer.id }}">