diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-06 22:35:24 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-06 22:35:24 +0300 |
commit | c8c83e0e02d559d2ad5d449a8072ba07edf3317b (patch) | |
tree | c3bdf488474bf388cfbfbe0da0e0698893b25615 /core/css | |
parent | 08e1147a6b9146b2b0cc1d234f5b40c0b5e9c4e9 (diff) | |
download | nextcloud-server-c8c83e0e02d559d2ad5d449a8072ba07edf3317b.tar.gz nextcloud-server-c8c83e0e02d559d2ad5d449a8072ba07edf3317b.zip |
improve clickability of footer link
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6406bcd7e63..94d2cef6b8b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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 */ |