diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 11:40:24 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 11:40:24 +0200 |
commit | 19c93adf846647a61e407e8172ea7153cb7f2c41 (patch) | |
tree | 4a3750df636bf641fd0de2f92287c305b2ae151d /view/theme | |
parent | 7a069c1438eb0c6b84e9e93985722a34b4bca4e1 (diff) | |
download | volse-hubzilla-19c93adf846647a61e407e8172ea7153cb7f2c41.tar.gz volse-hubzilla-19c93adf846647a61e407e8172ea7153cb7f2c41.tar.bz2 volse-hubzilla-19c93adf846647a61e407e8172ea7153cb7f2c41.zip |
Use popup ACL selector in photo upload. js_upload use new acl selector.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 90ed2119c..6a909bc7d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1491,7 +1491,7 @@ input#dfrn-url { /** acl **/ - +#photos-upload-permissions-wrapper, #profile-jot-acl-wrapper{ display:block!important; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index f46fa0064..96702d320 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1569,6 +1569,7 @@ padding: 5px 10px 0px; /** acl **/ +#photos-upload-permissions-wrapper, #profile-jot-acl-wrapper{ display:block!important; } |