summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-07-18 22:26:29 -0700
committerArun Persaud <arun@nubati.net>2007-07-18 22:26:29 -0700
commitb5f096688faaebf7846b3e725e1bd2dd9251b203 (patch)
treec58a2079c2e6f941accb62c8046621ee59cdd0d9 /css
parent1332ef44c9587295fe054c73415d405247fb297d (diff)
downloade-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.tar.gz
e-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.tar.bz2
e-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.zip
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
Diffstat (limited to 'css')
-rw-r--r--css/standard.css11
1 files changed, 9 insertions, 2 deletions
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 {