summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorKing2019-03-06 10:10:02 +0530
committerGitHub2019-03-06 10:10:02 +0530
commit54d7f6484768cd38c6f15c06b82f7c286bdb45f3 (patch)
tree5790e720091d31298bad4f3bc7917a59a2accc67 /yaksh/static
parente55ef58c5c131afd836ac32ed6a1034aa668fccf (diff)
parentf8fdaabc6725ac4019e6017b3f41c29341e16218 (diff)
downloadonline_test-54d7f6484768cd38c6f15c06b82f7c286bdb45f3.tar.gz
online_test-54d7f6484768cd38c6f15c06b82f7c286bdb45f3.tar.bz2
online_test-54d7f6484768cd38c6f15c06b82f7c286bdb45f3.zip
Merge pull request #587 from CruiseDevice/fix_download_course_issue
Add Download Course button in Course Module template
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/yakshcustom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/yakshcustom.css b/yaksh/static/yaksh/css/yakshcustom.css
index 1fbb50d..1a2c45c 100644
--- a/yaksh/static/yaksh/css/yakshcustom.css
+++ b/yaksh/static/yaksh/css/yakshcustom.css
@@ -228,3 +228,7 @@ html {
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
+
+#card{
+ flex-wrap: wrap;
+} \ No newline at end of file