From 9c1dd7918effa6e8db5c0797c370516a5c31c2ad Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 16 Mar 2012 19:26:01 +0530 Subject: changes to maintain the UI in various resolutions --- testapp/templates/exam/question.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'testapp/templates/exam/question.html') diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html index d3da9fc..a09e3bf 100644 --- a/testapp/templates/exam/question.html +++ b/testapp/templates/exam/question.html @@ -52,10 +52,14 @@ {% block onload %} onload="update_time()" {% endblock onload %} -{% block pagetitle %}
You have {{ paper.questions_left }} question(s) left in {{ quiz_name }}
-
-

-
+{% block pagetitle %} + +
+
You have {{ paper.questions_left }} question(s) left in {{ quiz_name }}
+
+
+
+ {% endblock %} {% block content %} -- cgit