Bug 459563 - Let <description> and <label> on OS X have the same margin as on Windows and Linux. r=gijs

--HG--
extra : rebase_source : 99f55ca9bdeacff0bffbbff1ba74d59c5828bbc6
This commit is contained in:
Dão Gottwald 2015-05-27 14:25:03 +02:00
Родитель 7d60734a4a
Коммит b79c1be301
6 изменённых файлов: 8 добавлений и 35 удалений

Просмотреть файл

@ -2180,7 +2180,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
&mixedContentBlocked2.moreinfo;
</xul:description>
<xul:label anonid="mixedContent.helplink"
class="text-link plain" href=""
class="text-link" href=""
value="&mixedContentBlocked2.learnMore;"/>
</xul:vbox>
<xul:button
@ -2218,7 +2218,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
&trackingContentBlocked.moreinfo;
</xul:description>
<xul:label anonid="trackingContent.helplink"
class="text-link plain" href=""
class="text-link" href=""
value="&trackingContentBlocked.learnMore;"/>
</xul:vbox>
<xul:button

Просмотреть файл

@ -1919,10 +1919,6 @@ toolbarbutton.chevron > .toolbarbutton-icon {
/* Social toolbar item */
#social-undoactivation-button {
-moz-margin-start: 0; /* override default label margin to match description margin */
}
.social-activation-icon {
width: auto;
height: auto;

Просмотреть файл

@ -3431,20 +3431,8 @@ notification[value="loop-sharing-notification"] .messageImage {
max-width: 28em;
}
#addon-progress-notification-progresstext,
#addon-progress-notification-progressmeter {
/* override default label margin to match description margin */
-moz-margin-start: 0;
-moz-margin-end: 0;
}
.addon-install-confirmation-name {
font-weight: bold;
-moz-margin-start: 0 !important; /* override default label margin to match description margin */
}
#pointerLock-cancel {
margin: 0px;
}
/* Popup Buttons */
@ -3668,10 +3656,6 @@ notification[value="loop-sharing-notification"] .messageImage {
border-radius: 1px;
}
#social-undoactivation-button {
-moz-margin-start: 0; /* override default label margin to match description margin */
}
.social-activation-icon {
width: auto;
height: auto;

Просмотреть файл

@ -2566,10 +2566,6 @@ notification[value="loop-sharing-notification"] .messageImage {
/* Social toolbar item */
#social-undoactivation-button {
-moz-margin-start: 0; /* override default label margin to match description margin */
}
#socialActivatedNotification .popup-notification-button-container {
margin-left: 6px;
}

Просмотреть файл

@ -176,10 +176,14 @@ separator.groove[orient="vertical"] {
description,
label {
cursor: default;
margin-top: 1px;
margin-bottom: 2px;
-moz-margin-start: 6px;
-moz-margin-end: 5px;
}
label {
margin: 2px 6px;
description {
margin-bottom: 4px;
}
label[disabled="true"] {
@ -190,12 +194,7 @@ label[disabled="true"] {
margin: 0;
}
description {
margin-bottom: 4px;
}
.header {
margin-bottom: 6px;
font-weight: bold;
}

Просмотреть файл

@ -112,12 +112,10 @@ notification[type="info"]:not([value="translation"]) .close-icon:not(:hover) {
.popup-notification-origin {
margin-bottom: .3em !important;
-moz-margin-start: 0 !important; /* override default label margin to match description margin */
}
.popup-notification-learnmore-link {
margin-top: .5em !important;
-moz-margin-start: 0 !important; /* override default label margin to match description margin */
}
.popup-notification-button-container {