diff options
author | Friendika <info@friendika.com> | 2011-05-19 19:55:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-19 19:55:34 -0700 |
commit | a27b7fb28d151c00eef8319cdf876896d36df8b0 (patch) | |
tree | dc9fc4306266d4466013e5ff02faf7b4daa8985a /view/theme/duepuntozero | |
parent | e51e772abcddeae77f8c6003290922922afed11a (diff) | |
download | volse-hubzilla-a27b7fb28d151c00eef8319cdf876896d36df8b0.tar.gz volse-hubzilla-a27b7fb28d151c00eef8319cdf876896d36df8b0.tar.bz2 volse-hubzilla-a27b7fb28d151c00eef8319cdf876896d36df8b0.zip |
more indicators of public visibility
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index de5c77299..8a397c10c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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, |