Backed out changeset: d9bd4e76e241

1 of 3 changesets causing lots of test failures
This commit is contained in:
Serge Gautherie 2009-05-06 01:57:46 +02:00
parent 44f605a1fa
commit 711653e0e7
4 changed files with 2 additions and 15 deletions

View File

@ -103,9 +103,6 @@ function setLabelForNode(aNode, aLabel, aIsLabelFlag)
function commonDialogOnLoad()
{
// limit the dialog to the screen width
document.getElementById("filler").maxWidth = screen.availWidth;
// set the document title
#ifdef XP_MACOSX
setElementText("info.title", gCommonDialogParam.GetString(12), true);

View File

@ -13,7 +13,8 @@
ondialogaccept="return commonDialogOnAccept();"
ondialogextra1="return commonDialogOnExtra1();"
ondialogextra2="return commonDialogOnExtra2();"
buttonpack="center">
buttonpack="center"
style="min-width: 29em; min-height: 8.5em; -moz-user-focus: ignore;">
<script type="application/javascript" src="chrome://global/content/commonDialog.js"/>
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
@ -38,9 +39,6 @@
</popup>
</popupset>
<hbox id="filler" style="min-width: 0%;">
<spacer style="width: 29em;"/>
</hbox>
<grid>
<columns>

View File

@ -2,10 +2,6 @@
line-height: 13px;
}
#filler {
margin: 0px -14px;
}
#infoContainer {
max-width: 33em;
}

View File

@ -1,4 +0,0 @@
#filler {
-moz-margin-start: -8px;
-moz-margin-end: -10px;
}