Bug 544390: add min-width in about dialog to ensure it lays out properly, r=dao

--HG--
extra : rebase_source : a697d21af9a0ca08b90391e8898da3ccf669ad6b
This commit is contained in:
Gavin Sharp 2010-03-02 12:33:46 -08:00
parent c789d386f4
commit 5583992918

View File

@ -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;