From e3eee202eb9a3cd3c45e178f0d1adc07033c0532 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 7 Nov 2007 05:13:26 +0000 Subject: [PATCH] Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] git-svn-id: svn://10.0.0.236/trunk@238843 18797224-902f-48f8-a5cc-f745e15eee43 --- .../themes/gnomestripe/browser/browser.css | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/mozilla/browser/themes/gnomestripe/browser/browser.css b/mozilla/browser/themes/gnomestripe/browser/browser.css index 73c6f6b8fee..80c71bd2d51 100644 --- a/mozilla/browser/themes/gnomestripe/browser/browser.css +++ b/mozilla/browser/themes/gnomestripe/browser/browser.css @@ -868,33 +868,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active { border-width: 1px; } -.formatted-url { - -moz-box-align: center; - margin: 0 3px; - /*XXX Gecko 1.9 quirk*/ - -moz-padding-start: 1px; - color: -moz-fieldtext; -} - -#urlbar[level="high"] .formatted-url , -#urlbar[level="low"] .formatted-url { - color: black; -} - -.formatted-url * { - margin: 0; - padding: 0; - cursor: text; -} - -.formatted-url-ellipsis { - -moz-margin-start: 1px; -} - -.formatted-url-prePath { - -moz-box-pack: center; -} - #urlbar-container { -moz-box-orient: horizontal; -moz-box-align: stretch;