From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 28 Feb 2012 12:09:28 +0530 Subject: changes to remove the inline css from every page --- testapp/static/exam/css/gradeuser.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testapp/static/exam/css/gradeuser.css (limited to 'testapp/static/exam/css/gradeuser.css') diff --git a/testapp/static/exam/css/gradeuser.css b/testapp/static/exam/css/gradeuser.css new file mode 100644 index 0000000..e50ab4e --- /dev/null +++ b/testapp/static/exam/css/gradeuser.css @@ -0,0 +1,6 @@ +textarea +{ +width : 550px; +height : 200px; + +} -- cgit From 7660073c5c83534a869f685b27c0fe0152b9983c Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Tue, 28 Feb 2012 18:14:17 +0530 Subject: Minor changes for displaying question details in grade_user and licensing in css --- testapp/static/exam/css/gradeuser.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (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 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; -- cgit 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 From e524bef336df95fd307d045af37c379bccf3ea14 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 20 Mar 2012 12:44:43 +0530 Subject: minor UI changes --- testapp/static/exam/css/gradeuser.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 2042f85..07b1079 100644 --- a/testapp/static/exam/css/gradeuser.css +++ b/testapp/static/exam/css/gradeuser.css @@ -6,7 +6,7 @@ height : 200px; } .for-question{ - background: none repeat scroll 0 0 #F1F1F1; + background: none repeat scroll 0 0 #F1F1F1; border-radius: 6px 6px 6px 6px; margin-bottom: 10px; padding: 5px; @@ -36,10 +36,13 @@ color: #9EB6FF; border: 1px solid #C9C9C9; border-radius: 5px 5px 5px 5px; margin-bottom: 10px; + min-width: 805px; + } #myContent { margin: 5px 10px; + } #headerDiv a { float: right; -- cgit