From 35c3e12df53fc0584f1b5231ea6e73a177db3573 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 9 Mar 2011 21:10:16 -0800 Subject: ability to edit image permissions --- view/photo_edit.tpl | 14 +++++++++++++- view/theme/duepuntozero/style.css | 5 +++++ view/theme/loozah/style.css | 5 +++++ 3 files changed, 23 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index bf8563b3c..ceb1ddca3 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -8,7 +8,6 @@
- @@ -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; -- cgit v1.2.3