diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 14:19:20 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 14:19:20 +0200 |
commit | 096ecba8836318b8c61ae70431ce7cff50c2cf8b (patch) | |
tree | 613fc7db6dc1393cfe028e11cecd732e5d9d563b /view/theme | |
parent | 19c93adf846647a61e407e8172ea7153cb7f2c41 (diff) | |
download | volse-hubzilla-096ecba8836318b8c61ae70431ce7cff50c2cf8b.tar.gz volse-hubzilla-096ecba8836318b8c61ae70431ce7cff50c2cf8b.tar.bz2 volse-hubzilla-096ecba8836318b8c61ae70431ce7cff50c2cf8b.zip |
Use new ACL selector in photo edit
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 6a909bc7d..e2b1a57dc 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1491,6 +1491,7 @@ input#dfrn-url { /** acl **/ +#photo-edit-perms-select, #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 96702d320..c58bda5bb 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1569,6 +1569,7 @@ padding: 5px 10px 0px; /** acl **/ +#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper{ display:block!important; |