From 1712353f3646e24de7ec359bdbb9c9a3012b1597 Mon Sep 17 00:00:00 2001 From: Jay Parikh Date: Mon, 25 Jun 2012 17:28:28 +0530 Subject: implemented tabs & line numbers in textarea --- testapp/static/exam/css/question.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'testapp/static/exam/css/question.css') diff --git a/testapp/static/exam/css/question.css b/testapp/static/exam/css/question.css index a57b6dd..4bf5913 100644 --- a/testapp/static/exam/css/question.css +++ b/testapp/static/exam/css/question.css @@ -23,3 +23,20 @@ padding: 35px 20px 10px; margin: -20px -20px 20px; } +#codeTextarea{ + + } + .textAreaWithLines{ + font-family:courier; + border:1px solid #eee; + + } + .textAreaWithLines textarea,.textAreaWithLines div{ + border:0px; + line-height:120%; + font-size:12px; + } + .lineObj{ + color: grey; + } + -- cgit