Index: lams_central/web/login.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/login.jsp,v diff -u -r1.51.2.29 -r1.51.2.30 --- lams_central/web/login.jsp 11 Nov 2016 15:09:57 -0000 1.51.2.29 +++ lams_central/web/login.jsp 24 Nov 2016 02:24:23 -0000 1.51.2.30 @@ -52,6 +52,7 @@ } $(document).ready(function() { + $('html').addClass('login-body'); if (!isBrowserCompatible()) { $('#browserNotCompatible').show(); } @@ -60,7 +61,9 @@ }); - + +
+
Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.32.2.41 -r1.32.2.42 --- lams_central/web/css/defaultHTML_learner.css 18 Nov 2016 05:10:19 -0000 1.32.2.41 +++ lams_central/web/css/defaultHTML_learner.css 24 Nov 2016 02:24:23 -0000 1.32.2.42 @@ -641,14 +641,30 @@ padding-left: 15px; } -/* Login page */ -.footer { +/* Login page + * CSS to make the footer stick to the bottom see http://cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/ + * Height of footer set to match the navbar at the top for visual reasons - it may be changed. + */ +.login-body { + margin:0; + padding:0; + height:100%; +} +.login-content{ + min-height:100%; + position:relative; + padding-bottom:50px; +} +.login-footer { width: 100%; - /* Set the fixed height of the footer here */ background-color: #f5f5f5; - font-size: 75%; - padding-top: 2px; + font-size: 85%; + padding-top: 15px; border-top: 1px solid#e7e7e7; + height:50px; + position:absolute; + bottom:0; + left:0; } /* fontawesome icon x-small */