From 542d867e16ea89bfb5eccc44313278011f0463dd Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 17 Nov 2016 12:32:31 +0530 Subject: 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. --- yaksh/static/yaksh/css/sticky-footer.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 yaksh/static/yaksh/css/sticky-footer.css (limited to 'yaksh/static') 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; +} + -- cgit