diff options
author | adityacp | 2018-07-10 15:47:46 +0530 |
---|---|---|
committer | adityacp | 2018-07-10 15:47:46 +0530 |
commit | c075bc00bc57507f2af4d47f7f2e5e063df6921a (patch) | |
tree | 79cbae95ddcaa6bbfa7cd47944e249f9b242464d /yaksh/static | |
parent | 5bd270e21bfdf08bd73940bf471ebcf566fb9de6 (diff) | |
download | online_test-c075bc00bc57507f2af4d47f7f2e5e063df6921a.tar.gz online_test-c075bc00bc57507f2af4d47f7f2e5e063df6921a.tar.bz2 online_test-c075bc00bc57507f2af4d47f7f2e5e063df6921a.zip |
Change in file_utils, forms, models, lesson.css, add_lesson.html, views
- Add new function in the file_utils to render template
- Add webm as supported video format in forms
- Add help text in video_file field
- Add lesson.css file for adding custom styling for lessons
- Add static_files dict in download_course views function
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/lesson.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/lesson.css b/yaksh/static/yaksh/css/lesson.css new file mode 100644 index 0000000..7efb1ff --- /dev/null +++ b/yaksh/static/yaksh/css/lesson.css @@ -0,0 +1,10 @@ +.helptext{
+ font-weight: bold;
+ color: #31708f;
+ background-color: #d9edf7;
+ border-color: #bce8f1;
+ padding: 6px;
+ margin-bottom: 20px;
+ border: 1px solid transparent;
+ border-radius: 4px;
+}
\ No newline at end of file |