Bug 1333550 - The Site Data hbox needs align=baseline to vertically align the text due to the larger button in the same box. r?fischer draft
authorJared Wein <jwein@mozilla.com>
Tue, 24 Jan 2017 15:43:06 -0500
changeset 465764 70de4a445381292e4271d8ac8fd8c9d99e15de77
parent 465527 8ff550409e1d1f8b54f6f7f115545dbef857be0b
child 543247 9db2a71834458cc06b55ab7a13c94d9c97ae17b5
push id42706
push userjwein@mozilla.com
push dateTue, 24 Jan 2017 20:43:51 +0000
reviewersfischer
bugs1333550
milestone54.0a1
Bug 1333550 - The Site Data hbox needs align=baseline to vertically align the text due to the larger button in the same box. r?fischer MozReview-Commit-ID: CSuo8ptmPF
browser/components/preferences/in-content/advanced.xul
--- a/browser/components/preferences/in-content/advanced.xul
+++ b/browser/components/preferences/in-content/advanced.xul
@@ -325,17 +325,17 @@
           </vbox>
         </hbox>
       </groupbox>
 
       <!-- Site Data -->
       <groupbox id="siteDataGroup" hidden="true">
         <caption><label>&siteData.label;</label></caption>
 
-        <hbox align="center">
+        <hbox align="baseline">
           <label id="totalSiteDataSize"></label>
           <label id="siteDataLearnMoreLink" class="learnMore text-link" value="&siteDataLearnMoreLink.label;"></label>
           <spacer flex="1" />
           <button id="clearSiteDataButton" icon="clear"
                   label="&clearSiteData.label;" accesskey="&clearSiteData.accesskey;"/>
         </hbox>
         <vbox align="end">
           <button id="siteDataSettings"