From 7482b6683eb0cabb9841f839a474d25b4257fc91 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 5 Jan 2009 08:05:50 +0000 Subject: Add "quick edit" which lets you edit a photo's details from the albums page. --- core/css/quick.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'core/css') diff --git a/core/css/quick.css b/core/css/quick.css index ab8c5437..3e9a8843 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -43,3 +43,16 @@ #gQuickPane .rotate-counter-clockwise span { display: none; } + +#gQuickPane .edit { + background: url('../images/image_edit.png'); + width: 16px; + height: 16px; + position: absolute; + top: 0px; + left: 50%; +} + +#gQuickPane .edit span { + display: none; +} -- cgit v1.2.3