diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-12 13:40:04 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-12 13:40:04 +0200 |
commit | b92c4cb84d3b65b2491781ebfa33f19a6ba2ee1d (patch) | |
tree | 895aa4a94ea62265359083e7a5231761890ec118 | |
parent | 9a9665f361c42764f5ae9f5f3ce63f71fdfcad5c (diff) | |
download | nextcloud-server-b92c4cb84d3b65b2491781ebfa33f19a6ba2ee1d.tar.gz nextcloud-server-b92c4cb84d3b65b2491781ebfa33f19a6ba2ee1d.zip |
fix sticky footer on log in page
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 26aaa1be944..d21e6bc6907 100644 --- a/core/css/styles.css +++ b/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 */ |