]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/loginform.html
Import/export templates and minor fixes
[github/shaarli/Shaarli.git] / tpl / default / loginform.html
index f28e6a47d498ffd1a1acf4b1245be6b270bc017d..28c92f3e3253505dc90c770682552f051b862c9b 100644 (file)
@@ -18,7 +18,7 @@
 {else}
   <div class="pure-g">
     <div class="pure-u-lg-1-3 pure-u-1-8"></div>
-    <div id="login-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
+    <div id="login-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-3-4">
       <form method="post" name="loginform">
         <h2>{'Login'|t}</h2>
         <div>
@@ -28,8 +28,8 @@
           <input type="password" name="password" placeholder="{'Password'|t}" tabindex="21">
         </div>
         <div class="remember-me">
-          <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="22">
-          <label for="longlastingsession">{'Remember me'|t}</label>
+          <input type="checkbox" name="longlastingsession" id="longlastingsessionform" tabindex="22">
+          <label for="longlastingsessionform">{'Remember me'|t}</label>
         </div>
         <div>
           <input type="submit" value="{'Login'|t}" class="bigbutton" tabindex="23">