Bug 1180186 - Tour panels/bubbles have uneven padding dimensions. r=jaws

--HG--
extra : rebase_source : f86f3d164913aa23487f8a8536db8ae603d24767
This commit is contained in:
Blair McBride 2016-04-19 01:06:58 +12:00
Родитель 513366a363
Коммит 3a31537661
1 изменённых файлов: 11 добавлений и 13 удалений

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

@ -27,21 +27,16 @@
#UITourTooltipBody {
-moz-margin-end: 14px;
}
#UITourTooltipBody > vbox {
padding-top: 4px;
}
#UITourTooltipIconContainer {
-moz-margin-start: -16px;
-moz-margin-start: 14px;
margin-top: -16px;
margin-bottom: 8px;
}
#UITourTooltipIcon {
width: 48px;
height: 48px;
-moz-margin-start: 28px;
-moz-margin-end: 28px;
-moz-margin-start: 14px;
-moz-margin-end: 14px;
}
#UITourTooltipTitle,
@ -53,8 +48,10 @@
font-size: 1.45rem;
font-weight: bold;
-moz-margin-start: 0;
-moz-margin-end: 0;
margin: 0 0 9px 0;
/* Avoid the title overlapping the close button */
-moz-margin-end: 14px;
margin-top: 0;
margin-bottom: 9px;
}
#UITourTooltipDescription {
@ -66,6 +63,7 @@
}
#UITourTooltipClose {
position: relative;
-moz-appearance: none;
border: none;
background-color: transparent;
@ -82,7 +80,7 @@
-moz-box-pack: end;
background-color: hsla(210,4%,10%,.07);
border-top: 1px solid hsla(210,4%,10%,.14);
margin: 24px -16px -16px;
margin: 10px -16px -16px;
padding: 2em 15px;
}