]> git.wh0rd.org Git - tt-rss.git/commitdiff
more login tweaks
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 19 Aug 2006 07:14:46 +0000 (08:14 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 19 Aug 2006 07:14:46 +0000 (08:14 +0100)
login.php
tt-rss.css

index 9cfd58b1365fb0572d546c988b8bfd0c0e8f2fc2..6dcaf6ec3d71cac1860857716b8f3c6c86041ba8 100644 (file)
--- a/login.php
+++ b/login.php
@@ -118,14 +118,14 @@ window.onload = init;
                <?php } ?>
                <table>
                        <tr><td align="right">Login:</td>
-                       <td><input name="login"></td></tr>
+                       <td align="right"><input name="login"></td></tr>
                        <tr><td align="right">Password:</td>
-                       <td><input type="password" name="password"></td></tr>
+                       <td align="right"><input type="password" name="password"></td></tr>
                        <tr><td colspan="2">
                                <input type="checkbox" name="remember_me" id="remember_me">
                                <label for="remember_me">Remember me on this computer</label>
                        </td></tr>
-                       <tr><td colspan="2" align="right">
+                       <tr><td colspan="2" align="right" class="innerLoginCell">
                                <input type="submit" class="button" value="Login">
                                <input type="hidden" name="action" value="login">
                                <input type="hidden" name="rt" value="<?php echo $_GET['rt'] ?>">
index a96f7b575631f62532a677d9cdfdd6c01c3233d3..bcd2712cbd5de3f4526e3a8bd0b572c849716581 100644 (file)
@@ -1201,7 +1201,13 @@ table.loginForm2 .loginBottom a {
        color : #909090;
 }
 
-.loginError {
+table.loginForm2 .loginError {
        color : red;
        margin : 0.5em;
 }
+
+table.loginForm2 .innerLoginCell {
+       padding-top : 0.5em;
+}
+
+