author | Tim Taubert <ttaubert@mozilla.com> |
Wed, 24 Jun 2015 12:37:37 -0700 | |
changeset 250180 | f26ddcd80269b3632d0fa646161a30bbacf6e3e7 |
parent 250179 | 56b6a6eca59ac61cc863099f7407de007c23823d |
child 250181 | 832cef9745600af087abde7492daac9817f2117a |
push id | 61471 |
push user | cbook@mozilla.com |
push date | Thu, 25 Jun 2015 09:33:34 +0000 |
treeherder | mozilla-inbound@5b38df79819f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Gijs |
bugs | 1177161 |
milestone | 41.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/components/controlcenter/content/panel.inc.xul +++ b/browser/components/controlcenter/content/panel.inc.xul @@ -41,17 +41,17 @@ <vbox id="identity-popup-permissions-content" flex="1"> <label class="identity-popup-text identity-popup-headline" value="&identity.permissions;"/> <vbox id="identity-popup-permission-list"/> </vbox> </hbox> <!-- More Information Button --> - <hbox id="identity-popup-button-container" flex="1" align="center"> + <hbox id="identity-popup-button-container" align="center"> <button id="identity-popup-more-info-button" flex="1" label="&identity.moreInfoLinkText2;" oncommand="gIdentityHandler.handleMoreInfoClick(event);"/> </hbox> </panelview> <!-- Security SubView --> <panelview id="identity-popup-securityView" flex="1">
--- a/browser/themes/shared/controlcenter/panel.inc.css +++ b/browser/themes/shared/controlcenter/panel.inc.css @@ -197,17 +197,17 @@ /* PERMISSIONS */ #identity-popup-permissions-content { background-image: url(chrome://browser/skin/controlcenter/permissions.svg); } #identity-popup-permission-list { - margin-top: 0.5em; + margin-top: 5px; } .identity-popup-permission-label { -moz-margin-start: 0; } /* FOOTER BUTTONS */