summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-14 03:14:01 +0100
committerneoraider <devnull@localhost>2006-01-14 03:14:01 +0100
commitc630a2d50349c57660cfc98eb13ec71444b27610 (patch)
tree4fa7ad9b755a4d8ae9045062cb4fefab248187e4 /styles
parent8b89c8c8a9001c5f5b38465ceb58306fc6f0659e (diff)
downloadneon-c630a2d50349c57660cfc98eb13ec71444b27610.tar
neon-c630a2d50349c57660cfc98eb13ec71444b27610.zip
Login implementiert. Puh... Und dabei auch den Handler phpexec und die Nav-Pages eingebaut.
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/style.css20
1 files changed, 19 insertions, 1 deletions
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;
}