From: Agnibho Mondal Date: Wed, 29 Mar 2017 05:27:54 +0000 (+0530) Subject: Fixed click problem on narrow screens. X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=1e104340b76b50c5a00b941e820a68c28d362930;p=mcquick.git Fixed click problem on narrow screens. --- diff --git a/mcquick/index.php b/mcquick/index.php index 67d6a68..92135ce 100644 --- a/mcquick/index.php +++ b/mcquick/index.php @@ -155,7 +155,9 @@ require_once "lib/php/DB.php"; - +
+
+
diff --git a/mcquick/res/custom.css b/mcquick/res/custom.css index eec9a99..02bb306 100755 --- a/mcquick/res/custom.css +++ b/mcquick/res/custom.css @@ -44,3 +44,6 @@ h1, h2, h3, h4, h5, h6{ top:0; left:0; } +.rlab{ + padding-left:50px; +} diff --git a/mcquick/script.js b/mcquick/script.js index 83c421d..afaa413 100644 --- a/mcquick/script.js +++ b/mcquick/script.js @@ -286,12 +286,12 @@ function display_question(q, i){ +'' +'
' +'' - +'' - +'' - +'' - +''; + +'' + +'' + +'' + +''; if(paper.get_options()==5){ - html=html+''; + html=html+''; } html=html+'
a. '+esc(q.get_options()[0])+'
b. '+esc(q.get_options()[1])+'
c. '+esc(q.get_options()[2])+'
d. '+esc(q.get_options()[3])+'
e. '+esc(q.get_options()[4])+'
' +'
' @@ -309,12 +309,12 @@ function display_question(q, i){ +'' +'
' +'' - +'' - +'' - +'' - +''; + +'' + +'' + +'' + +''; if(paper.get_options()==5){ - html=html+''; + html=html+''; } html=html+'
a. '+esc(q.get_options()[0])+'
b. '+esc(q.get_options()[1])+'
c. '+esc(q.get_options()[2])+'
d. '+esc(q.get_options()[3])+'
e. '+esc(q.get_options()[4])+'
' +'
'