summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorCruiseDevice2018-11-11 01:03:11 +0530
committerCruiseDevice2019-01-28 13:07:02 +0530
commitae5e8ca5eb5d47afb14ba83e665de6f10e46bdac (patch)
tree3a275aa025fc294dbee88fab3e354305378882c9 /yaksh/static
parent53e43a65f0b47557da035597f37b4ee9a9d5e290 (diff)
downloadonline_test-ae5e8ca5eb5d47afb14ba83e665de6f10e46bdac.tar.gz
online_test-ae5e8ca5eb5d47afb14ba83e665de6f10e46bdac.tar.bz2
online_test-ae5e8ca5eb5d47afb14ba83e665de6f10e46bdac.zip
Fix #525
- Categorize questions into objectives, blanks, upload and programming.
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/exam.css8
-rw-r--r--yaksh/static/yaksh/css/yakshcustom.css2
2 files changed, 7 insertions, 3 deletions
diff --git a/yaksh/static/yaksh/css/exam.css b/yaksh/static/yaksh/css/exam.css
index b0bb379..e420166 100644
--- a/yaksh/static/yaksh/css/exam.css
+++ b/yaksh/static/yaksh/css/exam.css
@@ -1,7 +1,13 @@
-table td, table th { border: #ff8295 solid 1px !important;
+#assertion td, #assertion th, #stdio td, #stdio th { border: #ff8295 solid 1px !important;
word-wrap: break-word !important;
white-space: pre-wrap !important;
}
#stdio, #assertion {
table-layout: fixed
}
+.table{
+ border: 1px solid;
+ background-color: white;
+ border-spacing: 5px;
+ border-collapse: collapse;
+}
diff --git a/yaksh/static/yaksh/css/yakshcustom.css b/yaksh/static/yaksh/css/yakshcustom.css
index 86403ac..a9b4349 100644
--- a/yaksh/static/yaksh/css/yakshcustom.css
+++ b/yaksh/static/yaksh/css/yakshcustom.css
@@ -228,5 +228,3 @@ html {
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
-
-/*---------------------*/ \ No newline at end of file