1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-07-25 13:54:59 +02:00

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

fix sticky footer on log in page
Esse commit está contido em:
Morris Jobke 2014-05-13 11:02:14 +02:00
commit 22e57d7e5a

Ver arquivo

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