]> source.dussan.org Git - nextcloud-server.git/commitdiff
improve clickability of footer link
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 6 Oct 2013 19:35:24 +0000 (22:35 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 6 Oct 2013 19:35:24 +0000 (22:35 +0300)
core/css/styles.css

index 6406bcd7e636d0ab3d6d20b7e493f9466ddd07d7..94d2cef6b8b25e70fcc141e7cc7240f8e4de6c0c 100644 (file)
@@ -253,6 +253,8 @@ input[type="submit"].enabled {
 }
 #body-login p.info a {
        font-weight: bold;
+       padding: 13px;
+       margin: -13px;
 }
 #body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */