diff options
author | adityacp | 2018-01-08 17:43:56 +0530 |
---|---|---|
committer | adityacp | 2018-01-08 18:36:21 +0530 |
commit | 08a4c0271535bfb24a82a07d6e881cd2b9bab470 (patch) | |
tree | 0c8fe8fd69e784054cfa34820c8fd86fa25fcedf /yaksh/static | |
parent | f98684da14deb2bbf76088323bc4cf8075026896 (diff) | |
download | online_test-08a4c0271535bfb24a82a07d6e881cd2b9bab470.tar.gz online_test-08a4c0271535bfb24a82a07d6e881cd2b9bab470.tar.bz2 online_test-08a4c0271535bfb24a82a07d6e881cd2b9bab470.zip |
Change in css and templates
- Allow horizontal scroll for sidebar in dashboard.css
- Change templates to display all modules
- Change error messages in course template
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/dashboard.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css index 20a0339..b5b3648 100644 --- a/yaksh/static/yaksh/css/dashboard.css +++ b/yaksh/static/yaksh/css/dashboard.css @@ -38,7 +38,7 @@ body { z-index: 1000; display: block; padding: 20px; - overflow-x: hidden; + overflow-x: auto; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #f5f5f5; border-right: 1px solid #eee; |