Browse Source

fix sticky footer on log in page

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent
commit
b92c4cb84d
  1. 4
      core/css/styles.css

4
core/css/styles.css

@ -352,9 +352,9 @@ input[type="submit"].enabled {
#body-login #header {
padding-top: 100px;
}
/* Fix background gradient */
#body-login {
background-attachment: fixed;
background-attachment: fixed; /* fix background gradient */
height: 100%; /* fix sticky footer */
}
/* Dark subtle label text */

Loading…
Cancel
Save