summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorPalaparthy Adityachandra2020-05-13 16:32:29 +0530
committerGitHub2020-05-13 16:32:29 +0530
commit61d4096697a84873473ad28afb0dc79f211a54b3 (patch)
tree117068fb9a2ddef2a3a2dc81567ff07a3069f0bf /yaksh/static
parent31e8b94b8ebf74d77cc8596411c6acfa2112f949 (diff)
parentb264b673a2f84def1b9736a7a596b1acd5bb4d72 (diff)
downloadonline_test-61d4096697a84873473ad28afb0dc79f211a54b3.tar.gz
online_test-61d4096697a84873473ad28afb0dc79f211a54b3.tar.bz2
online_test-61d4096697a84873473ad28afb0dc79f211a54b3.zip
Merge branch 'master' into change-create_question
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/custom.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index a9c8e27..f995c61 100644
--- a/yaksh/static/yaksh/css/custom.css
+++ b/yaksh/static/yaksh/css/custom.css
@@ -98,6 +98,13 @@ body, .dropdown-menu {
transition: all 0.3s;
}
+@media (min-width: 1024px) {
+
+ .students-list {
+ position: fixed !important;
+ }
+}
+
/* ---------------------------------------------------
FORUM STYLE
----------------------------------------------------- */
@@ -118,10 +125,9 @@ body, .dropdown-menu {
.description {
font-size: 16px;
}
-
/* ---------------------------------------------------
- Quiz qusetion style
+ Quiz question style
----------------------------------------------------- */
#question_card {
border: none;
-} \ No newline at end of file
+}