diff options
author | Prabhu Ramachandran | 2016-11-17 16:51:28 +0530 |
---|---|---|
committer | GitHub | 2016-11-17 16:51:28 +0530 |
commit | 6f2d4829d15d763177328400d0a1b857b983a770 (patch) | |
tree | f137a0fd2a3036c5a6e87d323d8d14ee3d480c0b /yaksh/static | |
parent | aa6ed71496c4a36faed9b42104c8426345bdc2e3 (diff) | |
parent | 93b16753ded5f3ef07187e9413c94bd52f2e77f7 (diff) | |
download | online_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.css | 18 |
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; +} + |