diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-06 19:01:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-06 19:05:41 +0200 |
commit | 362992903e8f39ee505bb106a3c026e27e6d262b (patch) | |
tree | 50c397746c4ae14bf87db00ea5f3309d0b15c431 /core/css/styles.css | |
parent | 3141680febeaed14548c876c2a713ee23801c434 (diff) | |
download | nextcloud-server-362992903e8f39ee505bb106a3c026e27e6d262b.tar.gz nextcloud-server-362992903e8f39ee505bb106a3c026e27e6d262b.zip |
modify log in button style to look more like website
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 978d8e29c32..36a2e607441 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -595,7 +595,8 @@ label.infield { } #body-login input.login { width: 269px; - background-position: right 12px center; + background-position: right 16px center; + border-radius: 50px; } #body-login input[type="submit"] { padding: 10px 20px; /* larger log in and installation buttons */ |