minor alignment issues

This commit is contained in:
friendica 2014-04-13 16:07:47 -07:00
parent dc1a529b63
commit 08435e5b1a
3 changed files with 14 additions and 7 deletions

View File

@ -1 +1 @@
2014-04-11.644 2014-04-13.645

View File

@ -285,13 +285,16 @@ footer {
#login-extra-links { #login-extra-links {
clear: both; clear: both;
width: 300px;
} }
#register-link, #register-link {
#lost-password-link {
float: left; float: left;
margin-left: 100px; margin-left: 100px;
} }
#lost-password-link {
float: right;
}
#login-standard-end { #login-standard-end {
clear: both; clear: both;
@ -828,15 +831,17 @@ footer {
.location-label, .gender-label, .marital-label, .homepage-label { .location-label, .gender-label, .marital-label, .homepage-label {
float: left; float: left;
text-align: right;
display: block; display: block;
width: 65px; width: 70px;
} }
.adr, .x-gender, .marital-text, .homepage-url { .adr, .x-gender, .marital-text, .homepage-url {
float: left; float: left;
display: block; display: block;
margin-left: 8px; width: 130px;
height: 18px;
overflow: hidden;
} }
.profile-clear { .profile-clear {

View File

@ -11,12 +11,14 @@
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
</div> </div>
<div class="clear"></div>
{{include file="field_checkbox.tpl" field=$remember}} {{include file="field_checkbox.tpl" field=$remember}}
<div id="login-standard-end"></div> <div id="login-standard-end"></div>
<div id="login-submit-wrapper" > <div id="login-submit-wrapper" >
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" /> <input type="submit" name="submit" id="login-submit-button" class="btn btn-default" value="{{$login}}" />
</div> </div>
{{foreach $hiddens as $k=>$v}} {{foreach $hiddens as $k=>$v}}