mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Backed out changeset: d9bd4e76e241
1 of 3 changesets causing lots of test failures
This commit is contained in:
parent
44f605a1fa
commit
711653e0e7
@ -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);
|
||||
|
@ -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>
|
||||
|
@ -2,10 +2,6 @@
|
||||
line-height: 13px;
|
||||
}
|
||||
|
||||
#filler {
|
||||
margin: 0px -14px;
|
||||
}
|
||||
|
||||
#infoContainer {
|
||||
max-width: 33em;
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
#filler {
|
||||
-moz-margin-start: -8px;
|
||||
-moz-margin-end: -10px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user