summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/question.css
diff options
context:
space:
mode:
authorprathamesh2014-07-11 14:14:19 +0530
committerprathamesh2014-07-11 14:14:19 +0530
commit0143710e78ae01bae78a3b760fc8410bc86a3b2b (patch)
tree59fbd9e0abd47b04e20727c502d8d7a509f9495e /testapp/static/exam/css/question.css
parente89f0b0e3a74195b3bce0f68c337ead9dc18a11e (diff)
downloadonline_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.tar.gz
online_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.tar.bz2
online_test-0143710e78ae01bae78a3b760fc8410bc86a3b2b.zip
Moved templates and static inside the app.
Diffstat (limited to 'testapp/static/exam/css/question.css')
-rw-r--r--testapp/static/exam/css/question.css42
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;
- }
-