diff options
author | ankitjavalkar | 2019-01-29 14:55:56 +0530 |
---|---|---|
committer | GitHub | 2019-01-29 14:55:56 +0530 |
commit | cedceac0c7b64e2116b5cfd5ec9461fdff98842c (patch) | |
tree | 41081e047397ab7717b61c6bb4b08cb948eca7f5 /yaksh/static | |
parent | a70751c25afd688f20ee46924c5ddc591c89f7e1 (diff) | |
parent | 010d302e9b925736674ce5c5eda4f6a7ffbebb98 (diff) | |
download | online_test-cedceac0c7b64e2116b5cfd5ec9461fdff98842c.tar.gz online_test-cedceac0c7b64e2116b5cfd5ec9461fdff98842c.tar.bz2 online_test-cedceac0c7b64e2116b5cfd5ec9461fdff98842c.zip |
Merge pull request #528 from CruiseDevice/fix-legend
Fix legend on Quiz interface
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/exam.css | 9 | ||||
-rw-r--r-- | yaksh/static/yaksh/css/yakshcustom.css | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/yaksh/static/yaksh/css/exam.css b/yaksh/static/yaksh/css/exam.css index b0bb379..a246141 100644 --- a/yaksh/static/yaksh/css/exam.css +++ b/yaksh/static/yaksh/css/exam.css @@ -1,7 +1,14 @@ -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 } +.legend_table{ + border: 1px solid; + width: 15em; + 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 |