diff options
author | prathamesh | 2016-11-17 12:32:31 +0530 |
---|---|---|
committer | prathamesh | 2016-11-17 12:32:31 +0530 |
commit | 542d867e16ea89bfb5eccc44313278011f0463dd (patch) | |
tree | 5fdaf273a2c6ee08e9ee0c89a65bf8b89c26a8d3 /yaksh/static | |
parent | 7ae8584a4f4d095e005d6239102c0f26611ac006 (diff) | |
download | online_test-542d867e16ea89bfb5eccc44313278011f0463dd.tar.gz online_test-542d867e16ea89bfb5eccc44313278011f0463dd.tar.bz2 online_test-542d867e16ea89bfb5eccc44313278011f0463dd.zip |
Improved Student Interface
Student test interface improved.
Made time-left component fixed at the top
Reset button for code question shifted inside the editor panel.
Reduced the empty space at the top and few improvement in look and feel.
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; +} + |