diff options
-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" /> |