added Members and Unjoin functionality, setting of public/private/invitation-
only for communities
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user