summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-03-12 00:49:00 +0100
committerneoraider <devnull@localhost>2006-03-12 00:49:00 +0100
commitc787833e7cbd2c33257a963e4bc99a3f7dc97cd7 (patch)
tree410d10eaeba4647936c78fdc0dd67aab867cd43d /styles
parenta8c94b9b74d7f586ea4b8a5b09290c04b44df7fe (diff)
downloadneon-c787833e7cbd2c33257a963e4bc99a3f7dc97cd7.tar
neon-c787833e7cbd2c33257a963e4bc99a3f7dc97cd7.zip
Benutzerverwaltung implementiert.
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/style.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index fc7b800..ce2bc41 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -32,11 +32,15 @@ input, textarea, select {
font-family:Larabiefont, Westminster, Courier, monospace;
}
-input.submit {
+.spaced-top {
margin-top:0.8em;
}
-select.pagelist {
+.spaced-bottom {
+ margin-bottom:0.8em;
+}
+
+select.pagelist, select.userlist, select.grouplist {
width:35em;
}
@@ -44,10 +48,6 @@ textarea.pageedit {
width:100%;
}
-textarea.pageedit_input {
- margin-top:0.8em;
-}
-
table.privtab {
border-collapse:collapse;
}
@@ -65,15 +65,11 @@ table.privtab tr.group td {
font-weight:bold;
}
-table.privtab tr td.page {
+table.privtab tr td.page, table.privtab tr td.submit {
text-align:left;
padding-left:0;
}
-table.privtab tr td.submit {
- text-align:right;
-}
-
div#content {
text-align:justify;
padding:0.8em;