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/gradeuser.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/gradeuser.css')
-rw-r--r-- | testapp/static/exam/css/gradeuser.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css index 3f7baf9..2042f85 100644 --- a/testapp/static/exam/css/gradeuser.css +++ b/testapp/static/exam/css/gradeuser.css @@ -5,9 +5,15 @@ height : 200px; } +.for-question{ + background: none repeat scroll 0 0 #F1F1F1; + border-radius: 6px 6px 6px 6px; + margin-bottom: 10px; + padding: 5px; +} + #headerDiv, #contentDiv { float: left; -width: 510px; } #titleText { float: left; @@ -24,9 +30,14 @@ margin: 5px; background-color: #0037DB; color: #9EB6FF; } + #contentDiv { -background-color:#F0F8FF; + background-color:#F0F8FF; + border: 1px solid #C9C9C9; + border-radius: 5px 5px 5px 5px; + margin-bottom: 10px; } + #myContent { margin: 5px 10px; } |