Browse Source

Merge pull request #8550 from owncloud/fix-sticky-footer

fix sticky footer on log in page
tags/v7.0.0alpha2
Morris Jobke 10 years ago
parent
commit
22e57d7e5a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/css/styles.css

+ 2
- 2
core/css/styles.css View File

@@ -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