summaryrefslogtreecommitdiffstats
path: root/styles/GreenGrid/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/GreenGrid/style.css')
-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;