remember me to base theme

This commit is contained in:
friendica 2012-11-08 20:46:44 -08:00
parent 083d660f61
commit 4199f49b54
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,8 @@
</div>
{{ endif }}
{{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }}
<div id="login-extra-links">
{{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
<a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>

View File

@ -430,6 +430,9 @@ div.wall-item-content-wrapper.shiny {
height: 50px;
}
#login-submit-wrapper {
clear: both;
}
#login-submit-button {
/* margin-top: 10px; */
margin-left: 200px;
@ -3295,3 +3298,10 @@ ul.menu-popup {
#datebrowse-sidebar select {
margin-left: 25px;
}
#div_id_remember label {
width: 170px;
}
#div_id_remember input {
width: 20px;
}