зеркало из https://github.com/mozilla/gecko-dev.git
Bug 459563 - Let <description> and <label> on OS X have the same margin as on Windows and Linux. r=gijs
This commit is contained in:
Родитель
ff4b5b2ba8
Коммит
5afca21dd1
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче