diff options
author | jayparikh111 | 2012-03-15 18:12:49 +0530 |
---|---|---|
committer | jayparikh111 | 2012-03-15 18:12:49 +0530 |
commit | 480fc524eaffa99bbcec65b0829f6116ccace673 (patch) | |
tree | 6080434cef6c15db391277f73342ceb9a776e86f /testapp/static/exam/css/question_quiz.css | |
parent | a7c84a478789e9e835dcbb3ea41b1d519ba69b4d (diff) | |
download | online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.gz online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.bz2 online_test-480fc524eaffa99bbcec65b0829f6116ccace673.zip |
minor UI changes
Diffstat (limited to 'testapp/static/exam/css/question_quiz.css')
-rw-r--r-- | testapp/static/exam/css/question_quiz.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testapp/static/exam/css/question_quiz.css b/testapp/static/exam/css/question_quiz.css index 643e5c6..1668bad 100644 --- a/testapp/static/exam/css/question_quiz.css +++ b/testapp/static/exam/css/question_quiz.css @@ -3,3 +3,12 @@ table th, table td text-align: left; } +.mini-text +{ + height : 9px; + width : 30px; +} +.select-type +{ + width : 80px; +} |