deleted: view/theme/smoothly/login.tpl

deleted:    view/theme/smoothly/smarty3/login.tpl
	modified:   view/theme/smoothly/style.css
	modified:   view/theme/smoothly/theme.php
This commit is contained in:
pixelroot 2013-03-11 19:19:33 +01:00
parent 3399b1ccf6
commit a2adc03636
4 changed files with 15 additions and 90 deletions

View File

@ -1,36 +0,0 @@
<img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
<div class="login-form">
<form action="$dest_url" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login_standard">
{{ inc field_input.tpl with $field=$lname }}{{ endinc }}
{{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
</div>
{{ if $openid }}
<div id="login_openid">
{{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
</div>
{{ endif }}
<div id="login-submit-wrapper" >
<input type="submit" name="submit" id="login-submit-button" value="$login" />
</div>
<br /><br />
<div class="login-extra-links">
{{ if $register }}
<a href="register" title="$register.title" id="register-link">$register.desc</a><br />
<a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
{{ endif }}
</div>
{{ for $hiddens as $k=>$v }}
<input type="hidden" name="$k" value="$v" />
{{ endfor }}
</form>
</div>
<script type="text/javascript">window.loginName = "$lname.0";</script>

View File

@ -1,41 +0,0 @@
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
<div class="login-form">
<form action="{{$dest_url}}" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login_standard">
{{include file="field_input.tpl" field=$lname}}
{{include file="field_password.tpl" field=$lpassword}}
</div>
{{if $openid}}
<div id="login_openid">
{{include file="field_openid.tpl" field=$lopenid}}
</div>
{{/if}}
<div id="login-submit-wrapper" >
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
</div>
<br /><br />
<div class="login-extra-links">
{{if $register}}
<a href="register" title="{{$register.title}}" id="register-link">{{$register.desc}}</a><br />
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
{{/if}}
</div>
{{foreach $hiddens as $k=>$v}}
<input type="hidden" name="{{$k}}" value="{{$v}}" />
{{/foreach}}
</form>
</div>
<script type="text/javascript">window.loginName = "{{$lname.0}}";</script>

View File

@ -2,7 +2,7 @@
style.css style.css
Smoothly Smoothly
Created by alex@friendica.pixelbits.de on 2013-02-27 Created by alex@friendica.pixelbits.de on 2013-03-11
** Colors ** ** Colors **
Blue links - #1873a2 Blue links - #1873a2
@ -197,7 +197,7 @@ section {
} }
#login-extra-links { #login-extra-links {
width: 90px; width: auto;
margin-top: 20px; margin-top: 20px;
clear: both; clear: both;
} }
@ -210,10 +210,9 @@ section {
#login-extra-links a { #login-extra-links a {
display: block; display: block;
margin: 10px; margin: 0px;
padding: 5px 0px 5px 0px; padding: 5px 0px 5px 0px;
text-align: center; text-align: left;
margin-right: 20px;
} }
#login-extra-filler { #login-extra-filler {
@ -233,12 +232,14 @@ section {
#login_openid { #login_openid {
width: 300px; width: 300px;
margin-left: 150px; /*margin-left: 150px;*/
} }
#login_standard input, #login_standard input,
#login_openid input { #login_openid input {
width: 240px; width: 250px;
height: 25px;
} }
#register-link, #register-link,
@ -258,7 +259,7 @@ section {
#login-submit-button, #login-submit-button,
#login-submit-wrapper { #login-submit-wrapper {
margin-top: 10px; margin-top: 10px;
margin-left: 75px; margin-left: 0px;
} }
#login-submit-button { #login-submit-button {
@ -2967,7 +2968,7 @@ margin-left: 0px;
background: url(images/login-bg.gif) no-repeat; background: url(images/login-bg.gif) no-repeat;
background-position: 0 50%; background-position: 0 50%;
padding-left: 18px; padding-left: 18px;
width: 250px!important; width: 260px!important;
} }
.openid:hover { .openid:hover {
@ -3648,7 +3649,7 @@ margin-left: 0px;
.field { .field {
margin-bottom: 10px; margin-bottom: 10px;
overflow: auto; /*overflow: auto;*/
padding-bottom: 0px; padding-bottom: 0px;
width: 100%; width: 100%;
} }
@ -3665,7 +3666,8 @@ margin-left: 0px;
.field label { .field label {
float: left; float: left;
width: 200px; width: auto;
margin-right: 10px;
} }
.field checkbox { .field checkbox {
@ -3675,7 +3677,7 @@ margin-left: 0px;
.field input, .field input,
.field textarea { .field textarea {
width: 400px; width: auto;
border: 1px solid #CDCDCD; border: 1px solid #CDCDCD;
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;

View File

@ -3,7 +3,7 @@
/* /*
* Name: Smoothly * Name: Smoothly
* Description: Like coffee with milk. Theme optimized for iPad[2]. * Description: Like coffee with milk. Theme optimized for iPad[2].
* Version: Version 2013-02-27.1 * Version: Version 2013-03-11.1
* Author: Alex <https://friendica.pixelbits.de/profile/alex> * Author: Alex <https://friendica.pixelbits.de/profile/alex>
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex> * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
* Screenshot: <a href="screenshot.png">Screenshot</a> * Screenshot: <a href="screenshot.png">Screenshot</a>