summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authorprathamesh2016-11-17 12:32:31 +0530
committerprathamesh2016-11-17 12:32:31 +0530
commit542d867e16ea89bfb5eccc44313278011f0463dd (patch)
tree5fdaf273a2c6ee08e9ee0c89a65bf8b89c26a8d3 /yaksh/templates/base.html
parent7ae8584a4f4d095e005d6239102c0f26611ac006 (diff)
downloadonline_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/templates/base.html')
-rw-r--r--yaksh/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 00b0867..1609121 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -17,10 +17,12 @@
<link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/font-awesome.css" type="text/css" />
<link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/theme.css" type="text/css" />
+ <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/sticky-footer.css" type="text/css" />
+
<style>
body {
- padding-top: 50px;
+ padding-top: 20px;
padding-bottom: 20px;
}
</style>