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.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index 155ab8f..130d72a 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -44,6 +44,32 @@ textarea.pageedit_input {
margin-top:0.8em;
}
+table.privtab {
+ border-collapse:collapse;
+}
+
+table.privtab tr.line2 {
+ background-color:#002000;
+}
+
+table.privtab tr td {
+ text-align:center;
+ padding-left:15px;
+}
+
+table.privtab tr.group td {
+ font-weight:bold;
+}
+
+table.privtab tr td.page {
+ text-align:left;
+ padding-left:0;
+}
+
+table.privtab tr td.submit {
+ text-align:right;
+}
+
div#content {
text-align:justify;
padding:0.8em;