diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-03 10:02:11 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-03 15:30:10 +0200 |
commit | 8a6063ff076cba636f4049298d00cd592f2dbdb6 (patch) | |
tree | 13a94b7240a6eb82f6e5a3919f895218461d1b21 /core/css | |
parent | eace692effe8a6f2f7b645d5d1320da3e45e8643 (diff) | |
download | nextcloud-server-8a6063ff076cba636f4049298d00cd592f2dbdb6.tar.gz nextcloud-server-8a6063ff076cba636f4049298d00cd592f2dbdb6.zip |
fix text alignment in input fields
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 7d8f12b7d28..bd688f0ada5 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -679,7 +679,7 @@ label.infield { #body-login input { font-size: 20px; margin: 5px; - padding: 12px 10px 8px; + padding: 11px 10px 9px; } #body-login input[type="text"], #body-login input[type="password"] { |