diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 17:17:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:41:02 +0200 |
commit | d1a5dfc39711399bc5e69217d0ef8f167b17662c (patch) | |
tree | 7ac21d9fecd7fc079c93bc500d8d1d873f3081d8 | |
parent | 12990543bcb7151d62d44664ed807aba357679d9 (diff) | |
download | nextcloud-server-d1a5dfc39711399bc5e69217d0ef8f167b17662c.tar.gz nextcloud-server-d1a5dfc39711399bc5e69217d0ef8f167b17662c.zip |
larger log in and installation buttons
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c94025dbc80..0bfbe686320 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -412,7 +412,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } #body-login input.login { width: auto; float: right; - padding: 10px 22px 9px; +} +#body-login input[type="submit"] { + padding: 10px 20px; /* larger log in and installation buttons */ } #remember_login { margin: 18px 5px 0 18px; |