diff options
author | adityacp | 2018-07-10 13:48:54 +0530 |
---|---|---|
committer | adityacp | 2018-07-10 13:48:54 +0530 |
commit | 5bd270e21bfdf08bd73940bf471ebcf566fb9de6 (patch) | |
tree | e66e0868e151384b060db5daecd1b04a0cd55988 /yaksh/static | |
parent | ddd2981529798b8c59dec33e50ccf6e808f3bc19 (diff) | |
download | online_test-5bd270e21bfdf08bd73940bf471ebcf566fb9de6.tar.gz online_test-5bd270e21bfdf08bd73940bf471ebcf566fb9de6.tar.bz2 online_test-5bd270e21bfdf08bd73940bf471ebcf566fb9de6.zip |
Changes in file_utils.py, courses.html, index.html, module.html, unit.html, offline.css
- Remove unnecessary list from write_templates_to_zip function in file_utils
- Remove styling from index.html, module.html, unit.html
- Add offline.css for styling in index.html, module.html, unit.html
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/offline.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/offline.css b/yaksh/static/yaksh/css/offline.css new file mode 100644 index 0000000..1ec40ab --- /dev/null +++ b/yaksh/static/yaksh/css/offline.css @@ -0,0 +1,18 @@ +.footer {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ background-color: #D3D3D3;
+ color: black;
+ text-align: center;
+}
+
+.module {
+ border: none;
+ border-spacing: 0;
+ border-collapse: collapse;
+}
+.module tr td:nth-child(2) {
+ border-left: 1px solid #D3D3D3;
+}
\ No newline at end of file |