From 267872e3edb4a7f8cc031c46fbf8790326c71f2e Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Tue, 2 Mar 2010 12:33:46 -0800 Subject: [PATCH] Bug 544390: add min-width in about dialog to ensure it lays out properly, r=dao --HG-- extra : rebase_source : a697d21af9a0ca08b90391e8898da3ccf669ad6b --- browser/base/content/aboutDialog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/browser/base/content/aboutDialog.css b/browser/base/content/aboutDialog.css index c2765a2b6777..3dc333380cb2 100644 --- a/browser/base/content/aboutDialog.css +++ b/browser/base/content/aboutDialog.css @@ -11,6 +11,11 @@ } #clientBox { + /* Add a min-width equal to chrome://branding/content/about.png's + * width, to maintain the dialog layout on OS X where the dialog is + * align="end" to right-align the button. + */ + min-width: 300px; background-image: url("chrome://branding/content/about.png"); background-repeat: no-repeat; background-color: #FFFFFF;