summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-19 02:11:03 +0100
committerneoraider <devnull@localhost>2006-01-19 02:11:03 +0100
commit6185e517923e4bc2e64cfc6bcd39c6df4b455316 (patch)
tree16fbed1bb2fee5940ed08a91e69dd0604dc8bda3 /styles
parentc630a2d50349c57660cfc98eb13ec71444b27610 (diff)
downloadneon-6185e517923e4bc2e64cfc6bcd39c6df4b455316.tar
neon-6185e517923e4bc2e64cfc6bcd39c6df4b455316.zip
Cookie-Login aktiviert. Handler nochmal etwas ?berarbeitet. Seiten k?nnen jetzt bearbeitet werden.
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index 6a91eb0..4cb9f78 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -28,6 +28,20 @@ input, textarea, select {
font-family:Larabiefont, Westminster, Courier, monospace;
}
+select.pagelist {
+ width:50%;
+ margin-bottom:0.8em;
+}
+
+textarea.pageedit {
+ width:100%;
+ margin:0.8em 0;
+}
+
+textarea.pageedit_phpexec {
+ width:100%;
+ margin-bottom:0.8em;
+}
div#content {
text-align:justify;