diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 05:46:38 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 05:46:38 -0800 |
commit | e61d21f40da7d50959888ef0e14237677ca0529e (patch) | |
tree | 75b0564dddd92d9a4a92b34dfbfb6efa11644511 /core | |
parent | 59ed0e6318e447e66429af43a5d3a7fe49ae9d9f (diff) | |
parent | 8ae1205b95c0560b15fd0988939da79b7a06f0e2 (diff) | |
download | nextcloud-server-e61d21f40da7d50959888ef0e14237677ca0529e.tar.gz nextcloud-server-e61d21f40da7d50959888ef0e14237677ca0529e.zip |
Merge pull request #1460 from owncloud/login-button
Login screen details
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 19cfad76268..7204a729e5d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -112,8 +112,8 @@ 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; } -#remember_login { margin:.8em .2em 0 1em; } +#body-login input.login { width:auto; float:right; padding:7px 9px 6px; } +#remember_login { margin:.8em .2em 0 1em; vertical-align:text-bottom; } .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; } #select_all{ margin-top:.4em !important;} |