diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 16:08:48 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 16:08:48 +0200 |
commit | ac8da41ccd3cea5190d42aebaf46ea8567887133 (patch) | |
tree | 48d016dc54b6e2d81f7d913c81d0e163e3a55b7c /core/css | |
parent | d8901cf7cd822b5c4323618527aafc687ee6c341 (diff) | |
parent | 1d9128c557739bec9acfbbb07e48ac366e1b7faf (diff) | |
download | nextcloud-server-ac8da41ccd3cea5190d42aebaf46ea8567887133.tar.gz nextcloud-server-ac8da41ccd3cea5190d42aebaf46ea8567887133.zip |
Merge pull request #18709 from owncloud/cleanup-login-semantics
Pushes input inside the bottom group - login.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index bc4db43301d..1a4a4ab4f3d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -508,7 +508,7 @@ input[type="submit"].enabled { #body-login #submit.login { position: absolute; right: 0; - top: 49px; + top: 0; border: none; background-color: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; @@ -527,8 +527,8 @@ input[type="submit"].enabled { #body-login form { position: relative; - width: 22em; - margin: 2em auto 2em; + width: 280px; + margin: 32px auto; padding: 0; } #body-login form fieldset { |