added Members and Unjoin functionality, setting of public/private/invitation-

only for communities
This commit is contained in:
Eric J. Bowersox
2003-06-19 03:34:12 +00:00
parent 3be3c52161
commit fbaf90e156
31 changed files with 1079 additions and 27 deletions

View File

@@ -73,6 +73,13 @@ body td.errorhead, body td.errorbody {
font-size: medium;
}
body td.confirmhead, body td.confirmbody {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
body td.sideboxtop, body div.sideboxtop, body p.sideboxtop {
font-size: small;
voice-family: "\"}\"";
@@ -119,6 +126,10 @@ html>body td.errorhead, html>body td.errorbody {
font-size: medium;
}
html>body td.confirmhead, html>body td.confirmbody {
font-size: medium;
}
html>body td.sideboxtop, html>body div.sideboxtop, html>body p.sideboxtop {
font-size: medium;
}

View File

@@ -97,6 +97,7 @@ td.errorhead {
background-color: #660000;
text-align: center;
font-size: 15px;
font-weight: bold;
}
td.errorbody {
@@ -104,6 +105,19 @@ td.errorbody {
font-size: 15px;
}
td.confirmhead {
color: #ffffff;
background-color: #006600;
text-align: center;
font-size: 15px;
font-weight: bold;
}
td.confirmbody {
text-align: center;
font-size: 15px;
}
.selectedItem {
color: #3333aa;
font-weight: bold;