remember me to base theme
This commit is contained in:
parent
083d660f61
commit
4199f49b54
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue