summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-19 08:14:46 +0100
committerAndrew Dolgov <[email protected]>2006-08-19 08:14:46 +0100
commit104ddfe0556d78920a9acbbeb56af701e4e9a64b (patch)
tree37061d69266cbc667912fe4efe4af90ecc3cf073
parent1d3a17c71ed490c5e0f2f0f9558f5865c3b30e54 (diff)
more login tweaks
-rw-r--r--login.php6
-rw-r--r--tt-rss.css8
2 files changed, 10 insertions, 4 deletions
diff --git a/login.php b/login.php
index 9cfd58b13..6dcaf6ec3 100644
--- 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'] ?>">
diff --git a/tt-rss.css b/tt-rss.css
index a96f7b575..bcd2712cb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}
+
+