mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
more indicators of public visibility
This commit is contained in:
parent
e51e772abc
commit
a27b7fb28d
7 changed files with 47 additions and 9 deletions
|
@ -1584,11 +1584,26 @@ input#dfrn-url {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#acl-permit-text,
|
||||
#acl-permit-text {
|
||||
margin-top: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#acl-deny-text {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#jot-public {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-left: 15px;
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
#acl-permit-text-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#acl-allow-group-label,
|
||||
#acl-allow-contact-label,
|
||||
#acl-deny-group-label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue