From 0e6e72fb37f1a586728c997cd5e9c5fadf794823 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 19 Mar 2012 14:35:56 +0530 Subject: Changes in the Gradeuser Page --- testapp/static/exam/css/showusers.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testapp/static/exam/css/showusers.css (limited to 'testapp/static/exam/css/showusers.css') diff --git a/testapp/static/exam/css/showusers.css b/testapp/static/exam/css/showusers.css new file mode 100644 index 0000000..66a3746 --- /dev/null +++ b/testapp/static/exam/css/showusers.css @@ -0,0 +1,5 @@ +.table-class +{ + text-align:left; + width:60%; +} -- cgit