]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/loginform.html
CSS: remove hardcoded style from templates
[github/shaarli/Shaarli.git] / tpl / loginform.html
index 805a01487c83e19d5c2cc03ea9dfb4b743ce0218..954f6f1fea1c52befe066a73c7ee6f1bf8d7af80 100644 (file)
@@ -13,7 +13,7 @@
     Login: <input type="text" name="login" tabindex="1">&nbsp;&nbsp;&nbsp;
     Password : <input type="password" name="password" tabindex="2">
     <input type="submit" value="Login" class="bigbutton" tabindex="4"><br>
-    <input style="margin:10 0 0 40;" type="checkbox" name="longlastingsession" id="longlastingsession"  tabindex="3"><label for="longlastingsession">&nbsp;Stay signed in (Do not check on public computers)</label>
+    <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession">&nbsp;Stay signed in (Do not check on public computers)</label>
     <input type="hidden" name="token" value="{$token}">
     {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if}
     </form>
@@ -23,4 +23,4 @@
 
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>