Index: lams_central/web/css/defaultHTML_learner.css =================================================================== diff -u -r7c83d0f8b29d59f751b73bf0e9dedc5df1382cea -r3f4f71b915660e1191369409cae840cae3a409f5 --- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 7c83d0f8b29d59f751b73bf0e9dedc5df1382cea) +++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 3f4f71b915660e1191369409cae840cae3a409f5) @@ -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; +}