diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 9467531d9..fa700818f 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -10,7 +10,7 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) { $o .= " @@ -16,8 +15,21 @@ +
+
+ +
+ + +
+
+ diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f4aa5dac6..d4643b20a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1826,6 +1826,11 @@ a.mail-list-link { float: left; width: 150px; } + +#photo-edit-perms-end { + margin-bottom: 15px; +} + #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { float: left; margin-bottom: 25px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a24f89a83..ffd352c5a 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1869,6 +1869,11 @@ a.mail-list-link { float: left; width: 150px; } + +#photo-edit-perms-end { + margin-bottom: 15px; +} + #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { float: left; margin-bottom: 25px;