]> git.mxchange.org Git - friendica.git/commitdiff
remember me to base theme
authorfriendica <info@friendica.com>
Fri, 9 Nov 2012 04:46:44 +0000 (20:46 -0800)
committerfriendica <info@friendica.com>
Fri, 9 Nov 2012 04:46:44 +0000 (20:46 -0800)
view/login.tpl
view/theme/duepuntozero/style.css

index 4cbbb162400a76789950a012982153e2f2277ebd..297b36c9ac8cde502d7892c3790f3670d285930d 100644 (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>
index 994725a389ff7707df7317ecc2669c90b93af942..a7dc14e9e213fa35d3c7dc68f2145cdcb16360c4 100644 (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;
+}
\ No newline at end of file