summaryrefslogtreecommitdiff
path: root/toolkit/components/prompts/content/commonDialog.xul
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/prompts/content/commonDialog.xul')
-rw-r--r--toolkit/components/prompts/content/commonDialog.xul12
1 files changed, 1 insertions, 11 deletions
diff --git a/toolkit/components/prompts/content/commonDialog.xul b/toolkit/components/prompts/content/commonDialog.xul
index 990b26586b..a7621ccdfb 100644
--- a/toolkit/components/prompts/content/commonDialog.xul
+++ b/toolkit/components/prompts/content/commonDialog.xul
@@ -3,7 +3,6 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/content/commonDialog.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/commonDialog.css" type="text/css"?>
@@ -63,18 +62,9 @@
<hbox id="iconContainer" align="start">
<image id="info.icon" class="spaced"/>
</hbox>
- <vbox id="infoContainer"
-#ifndef XP_MACOSX
- pack="center"
-#endif
- >
- <!-- Only shown on OS X, since it has no dialog title -->
+ <vbox id="infoContainer" pack="center">
<description id="info.title"
-#ifndef XP_MACOSX
hidden="true"
-#else
- style="margin-bottom: 1em"
-#endif
/>
<description id="info.body" context="contentAreaContextMenu" noinitialfocus="true"/>
</vbox>