diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-05 08:05:50 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-05 08:05:50 +0000 |
commit | 7482b6683eb0cabb9841f839a474d25b4257fc91 (patch) | |
tree | 94471660020e8d307affc1a6e1eaaa10f1fda1bd /core/css | |
parent | 0b473327c58df6d6261270cd007421e42eda3d29 (diff) |
Add "quick edit" which lets you edit a photo's details from the albums
page.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/quick.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} |