diff options
author | jayparikh111 | 2012-02-28 18:14:17 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-28 18:14:17 +0530 |
commit | 7660073c5c83534a869f685b27c0fe0152b9983c (patch) | |
tree | f649b3f6a9b7a6740d05cb07c28d12bb752c3cba /testapp/static/exam/css/gradeuser.css | |
parent | b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc (diff) | |
download | online_test-7660073c5c83534a869f685b27c0fe0152b9983c.tar.gz online_test-7660073c5c83534a869f685b27c0fe0152b9983c.tar.bz2 online_test-7660073c5c83534a869f685b27c0fe0152b9983c.zip |
Minor changes for displaying question details in grade_user and licensing in css
Diffstat (limited to 'testapp/static/exam/css/gradeuser.css')
-rw-r--r-- | testapp/static/exam/css/gradeuser.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css index e50ab4e..3f7baf9 100644 --- a/testapp/static/exam/css/gradeuser.css +++ b/testapp/static/exam/css/gradeuser.css @@ -4,3 +4,35 @@ width : 550px; height : 200px; } + +#headerDiv, #contentDiv { +float: left; +width: 510px; +} +#titleText { +float: left; +font-size: 1.1em; +font-weight: bold; +margin: 5px; +} +#myHeader { +font-size: 1.1em; +font-weight: bold; +margin: 5px; +} +#headerDiv { +background-color: #0037DB; +color: #9EB6FF; +} +#contentDiv { +background-color:#F0F8FF; +} +#myContent { +margin: 5px 10px; +} +#headerDiv a { +float: right; +margin: 10px 10px 5px 5px; +} +#headerDiv a:hover { +color: #FFFFFF; |