diff --git a/xpfe/components/prefwindow/resources/content/pref-smartupdate.xul b/xpfe/components/prefwindow/resources/content/pref-smartupdate.xul index 55e522ef2467..41960fdc8c16 100644 --- a/xpfe/components/prefwindow/resources/content/pref-smartupdate.xul +++ b/xpfe/components/prefwindow/resources/content/pref-smartupdate.xul @@ -30,6 +30,7 @@ prefattribute="checked"/> + +--> + - - <text value="&files.label;"/> - - - + + <box orient="vertical" flex="1"> + <html> &files.text; </html> - <box> - <box orient="vertical"> + <box class="indent"> + <box orient="vertical" autostretch="never" flex="1"> <checkbox id="isHandlingHTML" value="&html.label;"/> <checkbox id="isHandlingXML" value="&xml.label;"/> <checkbox id="isHandlingXUL" value="&xul.label;"/> </box> - <box orient="vertical"> + <box orient="vertical" autostretch="never" flex="1"> <checkbox id="isHandlingJPEG" value="&jpeg.label;"/> <checkbox id="isHandlingGIF" value="&gif.label;"/> <checkbox id="isHandlingPNG" value="&png.label;"/> @@ -69,17 +66,15 @@ </titledbox> <!-- Internet Shortcuts --> <titledbox> - <title> - <text value="&shortcuts.label;"/> - + <box orient="vertical" autostretch="never" flex="1"> - <html flex="1"> + <html> &shortcuts.text; </html> - <checkbox id="isHandlingHTTP" value="&http.label;"/> - <checkbox id="isHandlingHTTPS" value="&https.label;"/> - <checkbox id="isHandlingFTP" value="&ftp.label;"/> - <checkbox id="isHandlingCHROME" value="&chrome.label;"/> + <checkbox id="isHandlingHTTP" value="&http.label;" class="indent"/> + <checkbox id="isHandlingHTTPS" value="&https.label;" class="indent"/> + <checkbox id="isHandlingFTP" value="&ftp.label;" class="indent"/> + <checkbox id="isHandlingCHROME" value="&chrome.label;" class="indent"/> </box> </titledbox>