From 2d72afe66025cc22820384a0315324b1ba2f02a0 Mon Sep 17 00:00:00 2001 From: "pkasting%google.com" Date: Mon, 26 Feb 2007 21:20:46 +0000 Subject: [PATCH] Bug 348779: Searchbar demands too much space. Non-functional cleanup commit that never made it to the trunk when the rest of the Fx2 theme landed. r=gavin git-svn-id: svn://10.0.0.236/trunk@220954 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/themes/winstripe/browser/browser.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/browser/themes/winstripe/browser/browser.css b/mozilla/browser/themes/winstripe/browser/browser.css index 3e6dcd61fa4..d81caeb02e1 100644 --- a/mozilla/browser/themes/winstripe/browser/browser.css +++ b/mozilla/browser/themes/winstripe/browser/browser.css @@ -839,14 +839,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active { -moz-margin-end: 5px; } -/* This needs to be at least as large as the maximum possible width - of the container that holds the icons in the right side of the urlbar. - This is a spacer so that the urlbar/searchbar boundary doesn't shift - (due to flex calculations) when the urlbar icons appear and disappear. */ -#urlbar-icons-spacer { - width: 100px; -} - #urlbar-icons { height: 18px; }