summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-11-17 16:51:28 +0530
committerGitHub2016-11-17 16:51:28 +0530
commit6f2d4829d15d763177328400d0a1b857b983a770 (patch)
treef137a0fd2a3036c5a6e87d323d8d14ee3d480c0b /yaksh/static
parentaa6ed71496c4a36faed9b42104c8426345bdc2e3 (diff)
parent93b16753ded5f3ef07187e9413c94bd52f2e77f7 (diff)
downloadonline_test-6f2d4829d15d763177328400d0a1b857b983a770.tar.gz
online_test-6f2d4829d15d763177328400d0a1b857b983a770.tar.bz2
online_test-6f2d4829d15d763177328400d0a1b857b983a770.zip
Merge pull request #155 from prathamesh920/student-interface
Student interface
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/sticky-footer.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/sticky-footer.css b/yaksh/static/yaksh/css/sticky-footer.css
new file mode 100644
index 0000000..c5c43f7
--- /dev/null
+++ b/yaksh/static/yaksh/css/sticky-footer.css
@@ -0,0 +1,18 @@
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ /* Margin bottom by footer height */
+ margin-bottom: 60px;
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ /* Set the fixed height of the footer here */
+ height: 30px;
+ background-color: #c6c2c2;
+}
+