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.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.css')
-rw-r--r-- | testapp/static/exam/css/question.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testapp/static/exam/css/question.css b/testapp/static/exam/css/question.css new file mode 100644 index 0000000..a4abdf5 --- /dev/null +++ b/testapp/static/exam/css/question.css @@ -0,0 +1,11 @@ +.time-div +{ + background-color:red; + border:2px solid black; + padding: 2px; + vertical-align:middle; + width:auto; + height:12px; + float:right; + border-radius: 6px 6px 6px 6px; +} |