From 524107ea786adc4c0d35d0748b383bf2f0acb657 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sun, 20 Apr 2014 17:32:27 +0530 Subject: made basic responsiveness, minor css, glyph changes --- static/website/css/main.css | 5 +++++ static/website/templates/get-question.html | 16 ++++++++-------- static/website/templates/index.html | 16 ++++++++-------- static/website/templates/questions.html | 2 +- 4 files changed, 22 insertions(+), 17 deletions(-) (limited to 'static') diff --git a/static/website/css/main.css b/static/website/css/main.css index 54fbd3f..ae785bc 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -36,6 +36,11 @@ hr { #filter-form { margin-bottom: 0; } +.table .glyphicon { + margin-top: 2px; + font-size: .8em; + float: right; +} /* override nicEditor */ #questionInstance { background: #ffffff !important; diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index b746f00..524f6a4 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -9,7 +9,7 @@ saved
-
+
{{ question.title }} @@ -96,7 +96,7 @@ {% for answer in answers %}
-
+
@@ -123,7 +123,7 @@
-
+
{% for comment in answer.answercomment_set.all %}
@@ -186,7 +186,7 @@
{% csrf_token %} {% with WIDGET_ERROR_CLASS='field_error' %}
-
+
{% render_field form.question value=question.id %} @@ -225,7 +225,7 @@
Move the question to:
-
+
-
+
-
+
-
+
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 39afa9f..b90d3eb 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -5,7 +5,7 @@ {% block content %}