From a57d0d93a8c741e64ac18bbb36aad4164569f266 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 31 Mar 2009 05:14:40 +0000 Subject: Add quick edit pane to resize images, ticket #189 --- themes/default/css/screen.css | 4 ++++ themes/default/views/photo.html.php | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 5ea424cc..bc6cf13e 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -478,6 +478,10 @@ form .gError, width: 99%; } +#gContent #gPhoto { + +} + #gContent #gItem .gFullSizeLink img { display: block; margin: 1em auto !important; diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 25eae327..7f830f13 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -24,7 +24,12 @@ - ">resize_tag(array("id" => "gPhotoId-{$item->id}")) ?> +
+ resize_top($item) ?> + "> + resize_tag(array("id" => "gPhotoId-{$item->id}")) ?> + resize_bottom($item) ?> +

title ?>

-- cgit v1.2.3