mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
ability to hide profile and wall from unknown people
This commit is contained in:
parent
21769d7390
commit
e3d1ef8ef7
10 changed files with 63 additions and 7 deletions
|
@ -701,6 +701,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no,
|
||||
#profile-in-netdir-yes,
|
||||
#profile-in-netdir-no,
|
||||
#hide-wall-yes,
|
||||
#hide-wall-no,
|
||||
#hide-friends-yes,
|
||||
#hide-friends-no {
|
||||
float: left;
|
||||
|
@ -718,6 +720,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no-label,
|
||||
#profile-in-netdir-yes-label,
|
||||
#profile-in-netdir-no-label,
|
||||
#hide-wall-yes-label,
|
||||
#hide-wall-no-label,
|
||||
#hide-friends-yes-label,
|
||||
#hide-friends-no-label {
|
||||
margin-left: 125px;
|
||||
|
@ -801,6 +805,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-end,
|
||||
#profile-in-netdir-break,
|
||||
#profile-in-netdir-end,
|
||||
#hide-wall-break,
|
||||
#hide-wall-end,
|
||||
#hide-friends-break,
|
||||
#hide-friends-end,
|
||||
#settings-normal-break,
|
||||
|
|
|
@ -825,6 +825,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no,
|
||||
#profile-in-netdir-yes,
|
||||
#profile-in-netdir-no,
|
||||
#hide-wall-yes,
|
||||
#hide-wall-no,
|
||||
#hide-friends-yes,
|
||||
#hide-friends-no,
|
||||
#settings-normal,
|
||||
|
@ -839,6 +841,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no-label,
|
||||
#profile-in-netdir-yes-label,
|
||||
#profile-in-netdir-no-label,
|
||||
#hide-wall-yes-label,
|
||||
#hide-wall-no-label,
|
||||
#hide-friends-yes-label,
|
||||
#hide-friends-no-label {
|
||||
margin-left: 125px;
|
||||
|
@ -917,6 +921,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-end,
|
||||
#profile-in-netdir-break,
|
||||
#profile-in-netdir-end,
|
||||
#hide-wall-break,
|
||||
#hide-wall-end,
|
||||
#hide-friends-break,
|
||||
#hide-friends-end,
|
||||
#settings-normal-break,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue