diff options
author | friendica <info@friendica.com> | 2014-05-01 20:14:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 20:14:51 -0700 |
commit | 56125f8c46bfdf3f624b411c67d7df3253b921fc (patch) | |
tree | 64eaecf743e4c46f229e432e560f7d8435875705 /view | |
parent | a39a1584bd6ebe5538af6be0f88ad06dd0e8033d (diff) | |
download | volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.tar.gz volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.tar.bz2 volse-hubzilla-56125f8c46bfdf3f624b411c67d7df3253b921fc.zip |
shift login box on small screens
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 | ||||
-rwxr-xr-x | view/tpl/login.tpl | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f67a34c2a..150fa7abd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -262,7 +262,6 @@ aside li { } #main-login { - margin-left: 100px; margin-top: 50px; } diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index a1952d408..f6f48e138 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,3 +1,4 @@ + <form action="{{$dest_url}}" id="{{$form_id}}" method="post" > <input type="hidden" name="auth-params" value="login" /> |