diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 12:48:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 12:48:30 +0100 |
commit | 7eaa2d0de1bf548b974f71e9f34e246d54c3d89a (patch) | |
tree | 87ad5446331d9c29648a08acdf2da5076b45358e /core/css/styles.css | |
parent | 98f37f4bedd8627e12042422ac05cdf949e7d382 (diff) | |
download | nextcloud-server-7eaa2d0de1bf548b974f71e9f34e246d54c3d89a.tar.gz nextcloud-server-7eaa2d0de1bf548b974f71e9f34e246d54c3d89a.zip |
form detail on log in button, better shape
Diffstat (limited to 'core/css/styles.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 19cfad76268..77a07d90cf7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -112,7 +112,7 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu #body-login input { font-size:1.5em; } #body-login input[type="text"], #body-login input[type="password"] { width:13em; } -#body-login input.login { width:auto; float:right; } +#body-login input.login { width:auto; float:right; padding:7px 9px 6px; } #remember_login { margin:.8em .2em 0 1em; } .searchbox input[type="search"] { font-size:1.2em; padding:.2em .5em .2em 1.5em; background:#fff url('../img/actions/search.svg') no-repeat .5em center; border:0; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; margin-top:10px; float:right; } input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; } |