diff options
author | CruiseDevice | 2018-11-11 01:03:11 +0530 |
---|---|---|
committer | CruiseDevice | 2019-01-28 13:07:02 +0530 |
commit | ae5e8ca5eb5d47afb14ba83e665de6f10e46bdac (patch) | |
tree | 3a275aa025fc294dbee88fab3e354305378882c9 /yaksh/static | |
parent | 53e43a65f0b47557da035597f37b4ee9a9d5e290 (diff) | |
download | online_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.css | 8 | ||||
-rw-r--r-- | yaksh/static/yaksh/css/yakshcustom.css | 2 |
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 |