From b6a9d5ec104332c1db24e20f374413a776501b4b Mon Sep 17 00:00:00 2001 From: Brett Slatkin Date: Wed, 1 Dec 2010 21:49:02 -0800 Subject: [PATCH] adds config screen for camlistore server --- clients/chrome/clip-it-good/background.html | 10 ---- clients/chrome/clip-it-good/options.html | 62 ++++++++++++++++++--- 2 files changed, 55 insertions(+), 17 deletions(-) diff --git a/clients/chrome/clip-it-good/background.html b/clients/chrome/clip-it-good/background.html index f554c6a9c..5d78829c0 100644 --- a/clients/chrome/clip-it-good/background.html +++ b/clients/chrome/clip-it-good/background.html @@ -84,16 +84,6 @@ }); }); }); - - // XXX a hack for camli short term - chrome.contextMenus.create({ - title: 'Dummy', - contexts: ['image'], - onclick: function(data, tab) { - return handleMenuClick( - CAMLISTORE, 'my album', 'http://localhost:8080', data, tab); - } - }); }); } diff --git a/clients/chrome/clip-it-good/options.html b/clients/chrome/clip-it-good/options.html index afe798b21..1d5fc0096 100644 --- a/clients/chrome/clip-it-good/options.html +++ b/clients/chrome/clip-it-good/options.html @@ -61,13 +61,14 @@ } .add-album-control { - margin-top: 1em; + margin-top: 2em; } /* other */ .security-detail { max-width: 400px; } + @@ -205,6 +239,7 @@
+

Security information

@@ -238,5 +273,18 @@ Connecting an album to Clip It Good will require giving this extension
Drag to select multiple or click while holding Control/⌘ for specific items.
+ +