diff --git a/auth.html b/auth.html index e933acf..e252769 100644 --- a/auth.html +++ b/auth.html @@ -75,7 +75,14 @@ display: block; margin: 0 0 7px 0; } - + + #oauth .subtext { + margin-left: 7px; + color: #666666; + font-family: "Lucida Grande", Verdana, sans-serif; + font-size: 12px; + } + .controls { width: 300px; } @@ -278,6 +285,7 @@ + ex: yourappdomain.com diff --git a/i/f1Icon.png b/i/f1Icon.png index 4fc1783..f55793b 100644 Binary files a/i/f1Icon.png and b/i/f1Icon.png differ diff --git a/i/screenshot_01.png b/i/screenshot_01.png index fc72ae5..b5d15b7 100644 Binary files a/i/screenshot_01.png and b/i/screenshot_01.png differ diff --git a/i/step-01.png b/i/step-01.png index 5ca2d36..c80578f 100644 Binary files a/i/step-01.png and b/i/step-01.png differ diff --git a/i/step-02.png b/i/step-02.png index ee9570c..38611d6 100644 Binary files a/i/step-02.png and b/i/step-02.png differ diff --git a/index.html b/index.html index 9cb9449..49f2dab 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@
- +
“A browser extension for sharing” Check out the video to see how it works diff --git a/settings/index.html b/settings/index.html index d2a68c9..61d320b 100644 --- a/settings/index.html +++ b/settings/index.html @@ -45,11 +45,12 @@

Configure your sharing settings

@@ -62,12 +63,15 @@
+
+ Mozilla F1 helps you share links with the people that matter +
+
-
- privacy - about +
+ We care about your privacy, seriously.
diff --git a/settings/index.js b/settings/index.js index 55b7adc..c987006 100644 --- a/settings/index.js +++ b/settings/index.js @@ -85,7 +85,7 @@ function (require, $, fn, rdapi, oauth, jig, 'yahoo.com': { isNew: showNew, type: 'yahoo', - name: 'Yahoo!', + name: 'Yahoo! Mail', serviceUrl: 'http://mail.yahoo.com', // XXX yahoo doesn't have ssl enabled mail? revokeUrl: 'https://api.login.yahoo.com/WSLogin/V1/unlink', signOutUrl: 'https://login.yahoo.com/config/login?logout=1' diff --git a/settings/style.css b/settings/style.css index d766210..e64e9bb 100644 --- a/settings/style.css +++ b/settings/style.css @@ -274,6 +274,11 @@ ul#tabs li.selected { margin: 20px 0; } +#config .about { + color: #444; + text-align: center; +} + #config .username { color: #aaa; } @@ -310,9 +315,8 @@ ul#tabs li.selected { } #settings .key { - font-family: Helvetica,Arial,sans-serif; - margin-right: 3px; - padding: 5px; + margin-right: 10px; + padding: 0 3px 0 5px; -moz-border-radius: 4px; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(0, 0, 0, 0.3); background: -moz-linear-gradient(#f8f8f8, #dddee0) repeat scroll 0 0 #ecedef; @@ -331,8 +335,9 @@ ul#tabs li.selected { width: 720px; } -#newsFooter .about { +#newsFooter .privacy { margin: 0 0 0 10px; + color: #444; } /* diff --git a/style.css b/style.css index 03c1b45..8a801b0 100644 --- a/style.css +++ b/style.css @@ -101,6 +101,7 @@ strong { #installed img { vertical-align: text-bottom; + margin: -1px 4px 0 0; } #installClose { @@ -174,7 +175,8 @@ a#installClose:hover { } #header.row button.download img { - vertical-align: bottom; + vertical-align: middle; + margin: -1px 4px 0 0; } #header.row button.download span.meta {