From b5f096688faaebf7846b3e725e1bd2dd9251b203 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 18 Jul 2007 22:26:29 -0700 Subject: NEW FEATURE: use php session used php session, so that people can actually log in and out and linking from one page to another can be done easily without using form to send the password as a hidden parameter over the net all the time --- css/standard.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index 3d6fa92..b2157a8 100644 --- a/css/standard.css +++ b/css/standard.css @@ -14,12 +14,19 @@ .footer .right{ float:right; } .footer .left{ float:left; } +.status { + position:absolute; + right:1em; + top:0.1em; + font-size: smaller; + } + .card { position:absolute; z-index:20; top:18em; left:28em; - text-aling:center; + text-align:center; background-color:white; border:2px solid gray; } @@ -296,7 +303,7 @@ ul.tricks li div div span.comment span{ margin-left:0em; padding:0.1em; padding-left:0em; - text-aling:left; + text-align:left; } .cardinput { -- cgit v1.2.3-18-g5258