diff options
author | Raghu Nayyar <hey@raghunayyar.com> | 2015-09-12 15:24:56 +0530 |
---|---|---|
committer | Raghu Nayyar <hey@raghunayyar.com> | 2015-09-12 15:24:56 +0530 |
commit | 1d9128c557739bec9acfbbb07e48ac366e1b7faf (patch) | |
tree | 1c49518d2e97e7800276fab345064615738e3d92 /core/css/styles.css | |
parent | f3b8634058db07555b31a8fde8e02d4eb6201dae (diff) | |
download | nextcloud-server-1d9128c557739bec9acfbbb07e48ac366e1b7faf.tar.gz nextcloud-server-1d9128c557739bec9acfbbb07e48ac366e1b7faf.zip |
Squashing all commits in one, remove typos.
Diffstat (limited to 'core/css/styles.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 dd0110ded3a..add25c6ddc6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -472,7 +472,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)"; @@ -491,8 +491,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 { |