diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-22 13:50:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:36:46 +0200 |
commit | 9568fefb807ffcc9affcb4cc036ee83d5fcac628 (patch) | |
tree | 425dd5002a5da7f1fc04209f01f16026992797e2 /core | |
parent | 89d0d7f58babe2f3f9dc4f239eef12d54a1f8283 (diff) | |
download | nextcloud-server-9568fefb807ffcc9affcb4cc036ee83d5fcac628.tar.gz nextcloud-server-9568fefb807ffcc9affcb4cc036ee83d5fcac628.zip |
move log in button CSS to appropriate place
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 1e4f7eaed42..0b81a89c0b3 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -133,10 +133,6 @@ a.disabled, a.disabled:hover, a.disabled:focus { } -#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; 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;} @@ -328,6 +324,24 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac #alternative-logins legend { margin-bottom:10px; } #alternative-logins li { height:40px; display:inline-block; white-space:nowrap; } +/* Log in and install button */ +#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; + padding: 7px 9px 6px; +} +#remember_login { + margin: .8em .2em 0 1em; + vertical-align: text-bottom; +} + /* Sticky footer */ #body-login .wrapper { min-height: 100%; |