diff options
Diffstat (limited to 'testapp/static/exam/css/question.css')
-rw-r--r-- | testapp/static/exam/css/question.css | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testapp/static/exam/css/question.css b/testapp/static/exam/css/question.css deleted file mode 100644 index 4bf5913..0000000 --- a/testapp/static/exam/css/question.css +++ /dev/null @@ -1,42 +0,0 @@ -.time-div -{ - background-color:black; - padding: 8px; - color: #5DFC0A; - vertical-align:middle; - width:150px; - float:right; - border-radius: 6px 6px 6px 6px; -} -.td1-class -{ - width:175px; -} -.td2-class -{ - width:50px; -} -.page-header { - height:50px; - text-align: center; - background-color: #f5f5f5; - 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; - } - |