diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-22 13:53:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:36:46 +0200 |
commit | acb26c3a5279394822a4778a81be25fac8caaba9 (patch) | |
tree | 9ea52b81058d6c911e8af5e3e4292795634a22f2 /core | |
parent | 9568fefb807ffcc9affcb4cc036ee83d5fcac628 (diff) | |
download | nextcloud-server-acb26c3a5279394822a4778a81be25fac8caaba9.tar.gz nextcloud-server-acb26c3a5279394822a4778a81be25fac8caaba9.zip |
increase button size, adjust remember checkbox
Diffstat (limited to 'core')
-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 0b81a89c0b3..c1477792413 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -335,10 +335,10 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac #body-login input.login { width: auto; float: right; - padding: 7px 9px 6px; + padding: 10px 22px 9px; } #remember_login { - margin: .8em .2em 0 1em; + margin: 18px 5px 0 18px; vertical-align: text-bottom; } |