diff --git a/browser/app/profile/extensions/testpilot@labs.mozilla.com/chrome.manifest b/browser/app/profile/extensions/testpilot@labs.mozilla.com/chrome.manifest index edba113e6349..50ab166d92e2 100644 --- a/browser/app/profile/extensions/testpilot@labs.mozilla.com/chrome.manifest +++ b/browser/app/profile/extensions/testpilot@labs.mozilla.com/chrome.manifest @@ -1,5 +1,6 @@ resource testpilot ./ content testpilot content/ +locale testpilot en-US locale/en-US/ skin testpilot skin skin/all/ skin testpilot-os skin skin/linux/ os=Linux skin testpilot-os skin skin/linux/ os=SunOS @@ -10,6 +11,7 @@ overlay chrome://browser/content/macBrowserOverlay.xul chrome://testpilot/conten overlay chrome://browser/content/browser.xul chrome://testpilot/content/browser.xul +style chrome://global/content/customizeToolbar.xul chrome://testpilot/content/browser.css # For the menubar on Mac overlay chrome://testpilot/content/all-studies-window.xul chrome://browser/content/macBrowserOverlay.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} os=Darwin diff --git a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.css b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.css index 1ff05b016232..a151e11d1b39 100644 --- a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.css +++ b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.css @@ -23,9 +23,8 @@ -moz-padding-start: 5px; } - -#pilot-notifications-button { - margin-right: 10px; +#tp-notification-popup-icon { + list-style-image: url("chrome://testpilot/skin/testpilot_16x16.png"); } /* Popup Bounding Box */ @@ -36,25 +35,15 @@ margin-top: -6px; margin-right: -3px; width: 480px; + /* FIXES: #725850 based on #717262 + /* Needed whilst we support Gecko < 13 */ + border-image: url(chrome://testpilot-os/skin/notification-tail-up.png) 26 56 22 18 / 26px 56px 22px 18px round stretch; + /* Supported in Gecko >= 13 */ + border-image: url(chrome://testpilot-os/skin/notification-tail-up.png) 26 50 22 18 fill stretch; + border-width: 26px 56px 22px 18px; + border-style: solid; } -.tail-up { - border-width: 26px 56px 22px 18px; - border-style: solid; - -moz-border-image: url(chrome://testpilot-os/skin/notification-tail-up.png) 26 56 22 18 fill round stretch; -} - -/* tail-down uses the old styling; it doesn't look as good as the new styling, - but the new styling doesn't work on 3.6. - TODO: If someone is using 3.7.* or 4.* but is NOT on the beta channel and - installed Test Pilot from AMO, they should get the new styling, similar - to .tail-up! */ -.tail-down { - border-width: 26px 50px 22px 18px; - border-style: solid; - -moz-border-image: url(chrome://testpilot/skin/notification-tail-down.png) 26 50 22 18 fill repeat; - color: white; -} .pilot-notification-popup-container { -moz-appearance: none; @@ -67,9 +56,14 @@ margin-bottom: 12px; } -#pilot-notification-text, +#pilot-notification-text { + margin-bottom: 5px; +} + #pilot-notification-link { margin-bottom: 5px; + text-decoration: underline; + cursor: pointer; } #pilot-notification-close { @@ -240,11 +234,6 @@ image.results-thumbnail { margin: 10px; } -.notification-link { - text-decoration: underline; - cursor: pointer; -} - prefpane .groupbox-body { -moz-appearance: none; padding: 8px 4px 4px 4px; diff --git a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.xul b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.xul index 9a655d0b4deb..d3805bc530ed 100644 --- a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.xul +++ b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/browser.xul @@ -4,6 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + diff --git a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/debug.html b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/debug.html index 33fc69301493..d7d8993136be 100644 --- a/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/debug.html +++ b/browser/app/profile/extensions/testpilot@labs.mozilla.com/content/debug.html @@ -1,13 +1,28 @@ + - - Test Pilot Debug Page +