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.
+ +