From c9d8211ae73332b6c4e91d82ba06275b92d7523a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 8 Aug 2010 01:58:26 -0700 Subject: photo editing --- view/photo_edit.tpl | 10 ++++++++-- view/style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index 7b579492f..e50637578 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -1,11 +1,17 @@ -
+ + + - + + +
+
+
diff --git a/view/style.css b/view/style.css index 6bba5b577..c590b5317 100644 --- a/view/style.css +++ b/view/style.css @@ -1339,3 +1339,33 @@ input#dfrn-url { text-decoration: underline; cursor: pointer; } + +#photo-edit-caption-label, #photo-edit-tags-label { + float: left; + width: 150px; +} +#photo-edit-caption, #photo-edit-tags-textarea { + float: left; +} + +#photo-edit-caption-end, #photo-edit-tags-end { + clear: both; +} + +#photo-caption { + font-size: 110%; + font-weight: bold; + margin-top: 15px; + margin-bottom: 15px; +} + +#in-this-photo-text { + color: #0000FF; + margin-left: 30px; +} + +#in-this-photo { + margin-left: 60px; + margin-top: 10px; + margin-bottom: 20px; +} \ No newline at end of file -- cgit v1.2.3