summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-03-04 23:33:03 +0100
committerneoraider <devnull@localhost>2006-03-04 23:33:03 +0100
commitb7cab9a930cf9ab53e5d11764cd560c7d9ef1632 (patch)
treeb3148ee174b1ca6dbdbe734c6438675a02578951 /styles
parent75057f07edfe2fd8cad316701555b7a56dc01da6 (diff)
downloadneon-b7cab9a930cf9ab53e5d11764cd560c7d9ef1632.tar
neon-b7cab9a930cf9ab53e5d11764cd560c7d9ef1632.zip
Rechteverwaltung implementiert.
Diffstat (limited to 'styles')
-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;