diff options
author | CruiseDevice | 2020-04-15 21:19:09 +0530 |
---|---|---|
committer | CruiseDevice | 2020-04-15 21:19:09 +0530 |
commit | 169228186d8c9ad880ee33c5190e49203d2c5243 (patch) | |
tree | 4638c2069208b259375429a635b3f40545d75419 /yaksh/static | |
parent | 508e0e78bb0bd3e8ebbad81e948f13de5c01b20f (diff) | |
download | online_test-169228186d8c9ad880ee33c5190e49203d2c5243.tar.gz online_test-169228186d8c9ad880ee33c5190e49203d2c5243.tar.bz2 online_test-169228186d8c9ad880ee33c5190e49203d2c5243.zip |
Resolve comments
- Fix "'image' attribute has no file associated with it" issue.
- Don't allow users who are not part of a course to see the discussion
forum of that course.
- Add Discussion forum link in moderator interface under course_details
page.
- Remove custom css for post and comments in Discussion forum. Use
bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and
width of the card.
- Use instance.uid instead of just instance in get_image_dir.
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index d6b9bdc..63ee455 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -97,12 +97,3 @@ body, .dropdown-menu { min-height: 100vh; transition: all 0.3s; } - -/* --------------------------------------------------- - Forum STYLE ------------------------------------------------------ */ - -.comment_image { - width: 350px; - height: 350px; -}
\ No newline at end of file |