summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorPalaparthy Adityachandra2020-05-13 16:29:18 +0530
committerGitHub2020-05-13 16:29:18 +0530
commitb264b673a2f84def1b9736a7a596b1acd5bb4d72 (patch)
tree5960538010b9355593f9abba24b3ddd10a30b022 /yaksh/static
parent833b96ac49499810934ada8ba02750623455d0cd (diff)
parent9fe624415d15f63f45a5327d74fe8c2432b03d13 (diff)
downloadonline_test-b264b673a2f84def1b9736a7a596b1acd5bb4d72.tar.gz
online_test-b264b673a2f84def1b9736a7a596b1acd5bb4d72.tar.bz2
online_test-b264b673a2f84def1b9736a7a596b1acd5bb4d72.zip
Merge pull request #693 from adityacp/fix_grade_user
Change UI in grade user
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/custom.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index 3979e3e..697361d 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
----------------------------------------------------- */
@@ -117,4 +124,5 @@ body, .dropdown-menu {
.description {
font-size: 16px;
-} \ No newline at end of file
+}
+>>>>>>> 53a0c4ad3e733f3960000527f83565f2fd8fc412