From 00d8aca2cfb28ed48419b62d93839ad5d181f463 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Mon, 5 Oct 2009 15:45:39 -0400 Subject: [PATCH] Bug 512332: Identity panel text layout is wrong, r=gavin --- mobile/chrome/content/browser.js | 2 +- mobile/chrome/content/browser.xul | 2 +- mobile/themes/hildon/browser.css | 5 +++++ mobile/themes/wince/browser.css | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 967e577f5858..8facbbea54a4 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -1756,7 +1756,7 @@ IdentityHandler.prototype = { // Build an appropriate supplemental block out of whatever location data we have if (iData.city) - supplemental += iData.city + "\n"; + supplemental += iData.city + " "; if (iData.state && iData.country) supplemental += this._stringBundle.getFormattedString("identity.identified.state_and_country", [iData.state, iData.country]); diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 3d5a1e4adfd6..11e5c7d8767b 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -275,7 +275,7 @@ - +