From 07168a4af90b167e4682b36c0eb6e90ee4d25781 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 12 Oct 2012 08:29:51 +0200 Subject: Improved css for the loggin page. --- source/auth.py | 23 +++++++++++++---------- source/css/log.css | 25 ++++++------------------- 2 files changed, 19 insertions(+), 29 deletions(-) (limited to 'source') diff --git a/source/auth.py b/source/auth.py index 255cf6a6..443c33ed 100755 --- a/source/auth.py +++ b/source/auth.py @@ -149,19 +149,22 @@ class AuthController(object): msg = "" return """\n + pyAggr3g470r - News aggregator + - pyAggr3g470r -
-
-
- - %(msg)s
-
-
- -
+
+
+ pyAggr3g470r + + + %(msg)s
+
+
+ + +
""" % locals() diff --git a/source/css/log.css b/source/css/log.css index 71a61f8e..9ffd499a 100644 --- a/source/css/log.css +++ b/source/css/log.css @@ -1,7 +1,5 @@ body { font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif; - margin:1.75em auto; - width:40.8em; line-height:1.75; } @@ -37,29 +35,18 @@ h3 { } hr { - border-style:dotted; + der-style:dotted; height:1px; border-width: 1px 0 0 0; margin:1.45em 0 1.4em; padding:0; } -.right blockquote { - float: right; - position: relative; - clear: both; - padding-top: 1em; - padding-bottom: 0em; - margin-bottom: 0em; - font-style: italic; - width: 100%; - margin-right: 0em; -} - -blockquote.right { - width: 50%; - margin-left: 50%; - margin-right: 0em; +#logform { + text-align:center; + clear: both; + position: float; + margin-top: 10%; } #footer { -- cgit