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.28 -r1.32.2.29 --- lams_central/web/css/defaultHTML_learner.css 13 Sep 2016 02:27:54 -0000 1.32.2.28 +++ lams_central/web/css/defaultHTML_learner.css 2 Oct 2016 00:00:45 -0000 1.32.2.29 @@ -25,12 +25,21 @@ padding-right: 5px; padding-left: 5px; } + .navbar-login { + margin-bottom: 5px; + } } + @media (min-width: 501px) { .no-gutter > [class*='col-'] { padding-right: 8px; padding-left: 8px; + } + .navbar-login { + margin-bottom: 10px; + } } + /* Spacer classes */ .voffset2 { margin-top: 2px; @@ -478,4 +487,17 @@ } section{ padding-left: 15px; -} \ No newline at end of file +} + +/* Login page */ + +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + background-color: #f5f5f5; + font-size: 80%; + border-top: 1px solid#e7e7e7; +}