From 480fc524eaffa99bbcec65b0829f6116ccace673 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Thu, 15 Mar 2012 18:12:49 +0530 Subject: minor UI changes --- testapp/static/exam/css/gradeuser.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'testapp/static/exam/css/gradeuser.css') 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; } -- cgit