From 8586365c701f9484900537b27adf5d482edb311b Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 22 Jul 2010 23:55:58 -0400 Subject: [PATCH] Bug 581097 - [Regression] Find Bar comes up in place of formfill [r=mfinkle] --- mobile/chrome/content/browser.xul | 2 +- mobile/locales/en-US/chrome/browser.properties | 2 +- mobile/themes/core/browser.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index b51a3e6d443..fc857a4acbc 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -277,7 +277,7 @@ - + diff --git a/mobile/locales/en-US/chrome/browser.properties b/mobile/locales/en-US/chrome/browser.properties index f04aea5fce6..415f4ef26eb 100644 --- a/mobile/locales/en-US/chrome/browser.properties +++ b/mobile/locales/en-US/chrome/browser.properties @@ -149,7 +149,7 @@ pageactions.geo=Location pageactions.popup=Popups pageactions.offline-app=Offline Storage pageactions.password=Password -pageactions.findInPage=Find +pageactions.findInPage=Find In Page # Helper App Dialog (Save/Open) helperApp.title=Opening File diff --git a/mobile/themes/core/browser.css b/mobile/themes/core/browser.css index 3ca052dedde..b12d11676eb 100644 --- a/mobile/themes/core/browser.css +++ b/mobile/themes/core/browser.css @@ -1157,7 +1157,7 @@ pageaction .pageaction-desc[value=""] { #content-navigator > hbox > toolbarbutton.previous-button { height: 64px; - margin-right: 4px; + margin-right: 0; list-style-image: url("chrome://browser/skin/images/previous-default-64.png"); } @@ -1171,7 +1171,7 @@ pageaction .pageaction-desc[value=""] { #content-navigator > hbox > toolbarbutton.next-button { height: 64px; - margin-left: 4px; + margin-left: 0; list-style-image: url("chrome://browser/skin/images/next-default-64.png"); }