зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1374694 - Fix indentation and font used for multi-line labels inside panelviews. r=Gijs
MozReview-Commit-ID: LtsaUPrX55B --HG-- extra : rebase_source : 1a9abe5a2f87705792f152cf9e8ce93b25bb93f3
This commit is contained in:
Родитель
caf8ded66d
Коммит
4ef8ac6bc6
|
@ -105,8 +105,7 @@ photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
photonpanelmultiview .subviewbutton > .toolbarbutton-icon,
|
photonpanelmultiview .subviewbutton > .toolbarbutton-icon {
|
||||||
photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1261,8 +1261,13 @@ photonpanelmultiview .subviewbutton > .toolbarbutton-text {
|
||||||
photonpanelmultiview .subviewbutton-iconic:not(.subviewbutton-back) > .toolbarbutton-text,
|
photonpanelmultiview .subviewbutton-iconic:not(.subviewbutton-back) > .toolbarbutton-text,
|
||||||
photonpanelmultiview .cui-withicon > .toolbarbutton-text,
|
photonpanelmultiview .cui-withicon > .toolbarbutton-text,
|
||||||
photonpanelmultiview .subviewbutton[image] > .toolbarbutton-text,
|
photonpanelmultiview .subviewbutton[image] > .toolbarbutton-text,
|
||||||
photonpanelmultiview .subviewbutton[checked="true"] > .toolbarbutton-text,
|
photonpanelmultiview .subviewbutton[checked="true"] > .toolbarbutton-text {
|
||||||
|
padding-inline-start: 8px; /* See '.subviewbutton-iconic > .toolbarbutton-text' rule above. */
|
||||||
|
}
|
||||||
|
|
||||||
photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
||||||
|
font: menu;
|
||||||
|
padding: 0;
|
||||||
padding-inline-start: 8px; /* See '.subviewbutton-iconic > .toolbarbutton-text' rule above. */
|
padding-inline-start: 8px; /* See '.subviewbutton-iconic > .toolbarbutton-text' rule above. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -155,8 +155,7 @@ photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
photonpanelmultiview .subviewbutton > .toolbarbutton-icon,
|
photonpanelmultiview .subviewbutton > .toolbarbutton-icon {
|
||||||
photonpanelmultiview .panel-banner-item > .toolbarbutton-multiline-text {
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче