From 104ddfe0556d78920a9acbbeb56af701e4e9a64b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Aug 2006 08:14:46 +0100 Subject: more login tweaks --- login.php | 6 +++--- tt-rss.css | 8 +++++++- 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; - + - + -
Login:
Password:
+
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; +} + + -- cgit v1.2.3