From c630a2d50349c57660cfc98eb13ec71444b27610 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 14 Jan 2006 02:14:01 +0000 Subject: Login implementiert. Puh... Und dabei auch den Handler phpexec und die Nav-Pages eingebaut. --- styles/GreenGrid/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'styles') diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css index a46151d..6a91eb0 100644 --- a/styles/GreenGrid/style.css +++ b/styles/GreenGrid/style.css @@ -38,7 +38,7 @@ div#content { } div#nav { - position:absolute; + position:fixed; width:9.40em; padding:0 0.8em; border:solid #008000 1px; @@ -70,6 +70,24 @@ div#nav ul li ul li ul { padding-left:0.8em; } +div#nav div.login { + width:9em; +} + +div#nav div.login input { + width:100%; + margin-bottom:0.8em; +} + +div#nav div.login div.login_submit { + text-align:right; +} + +div#nav div.login div.login_submit input { + width:auto; + margin:0; +} + h1, h2, h3, h4, h5, h6 { margin-top:0; } -- cgit v1.2.3