|
|
@ -28,7 +28,8 @@ header {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#th_users { width:0% }
|
|
|
|
#th_users { width:0% }
|
|
|
|
.td_users { text-align: right; }
|
|
|
|
.td_users { text-align: right; }
|
|
|
|
#th_preview { width:19%; }
|
|
|
|
#th_preview { max-width:5%; }
|
|
|
|
|
|
|
|
.td_preview { text-align: center; }
|
|
|
|
#th_qr { width:0%; }
|
|
|
|
#th_qr { width:0%; }
|
|
|
|
#th_join_url { width:15%; }
|
|
|
|
#th_join_url { width:15%; }
|
|
|
|
.td_join_url {
|
|
|
|
.td_join_url {
|
|
|
@ -68,6 +69,18 @@ footer nav a {
|
|
|
|
#tbl_communities tr:nth-child(odd) { background-color: var(--alternate-row-color); }
|
|
|
|
#tbl_communities tr:nth-child(odd) { background-color: var(--alternate-row-color); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.protocol-indicator {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
width: 6ch;
|
|
|
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.protocol-http { background-color:lightgray }
|
|
|
|
|
|
|
|
.protocol-https { background-color:lightblue }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* <QR code modals> */
|
|
|
|
/* <QR code modals> */
|
|
|
|
.qr-code {
|
|
|
|
.qr-code {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|