Bug 1583316 - Fix CSS broken by un-blockification of display: -moz-box in bug 1580012. r=mkmelin

This commit is contained in:
Richard Marti 2019-09-23 22:03:08 +02:00
Родитель f5098a97d5
Коммит 623e4811c2
13 изменённых файлов: 17 добавлений и 30 удалений

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

@ -440,6 +440,7 @@ calendar-header-container[weekend="true"][selected="true"],
.timeIndicator-timeBar {
background-color: red;
position: absolute;
display: block;
border-radius: 2px;
}

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

@ -54,6 +54,7 @@ body {
.popup-menu {
position: absolute;
display: block;
z-index: 100;
overflow: hidden;
border: 1px solid var(--popupBorder);
@ -404,6 +405,7 @@ html[dir="rtl"] .bar-count {
.bar-count {
position: absolute;
display: block;
right: 3px;
margin-inline-end: 1.5em;
line-height: 1.6em;

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

@ -200,6 +200,7 @@ toolbar[type="menubar"][autohide="true"][inactive="true"]:not([customizing="true
statuspanel {
position: fixed;
display: block;
margin-top: -3em;
left: 0;
z-index: 20;

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

@ -41,6 +41,7 @@ body {
#heading_wrapper {
position: fixed;
display: block;
top: 0;
width: -moz-available;
color: var(--head-text-color);

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

@ -143,6 +143,7 @@ img[overflowing][shrinktofit] {
/* Old style feeds, pre Tb3.0 */
#_mailrssiframe {
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;

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

@ -284,6 +284,5 @@ mail-headerfield.headerValue:focus {
}
#header-view-toolbox {
float: right;
padding-top: 2px;
}

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

@ -144,6 +144,7 @@ img[overflowing][shrinktofit] {
/* Old style feeds, pre Tb3.0 */
#_mailrssiframe {
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;

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

@ -363,6 +363,5 @@ mail-emailaddress[selected="true"] > .emailDisplayButton {
/* ::::: collapsed view styles ::::: */
#header-view-toolbox {
float: right;
padding-top: 3px;
}

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

@ -204,6 +204,7 @@ panelview {
#confirmation-hint-checkmark-animation-container[animate] > #confirmation-hint-checkmark-image {
position: absolute;
display: block;
background-image: url(chrome://browser/skin/check-animation.svg);
background-repeat: no-repeat;
min-width: 266px;

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

@ -57,6 +57,11 @@
display: block;
}
#header-view-toolbox {
float: right;
display: block;
}
/* ::::: expanded header pane ::::: */
#expandedsubjectBox {

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

@ -143,6 +143,7 @@ img[overflowing][shrinktofit] {
/* Old style feeds, pre Tb3.0 */
#_mailrssiframe {
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;

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

@ -197,10 +197,6 @@ mail-headerfield.headerValue:focus {
list-style-image: url("chrome://messenger/skin/icons/arrow-dn-grey.png");
}
#header-view-toolbox {
float: right;
}
#attachmentView,
#attachmentList {
border-top: 1px solid #a9b7c9; /* The same color as the splitters */

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

@ -45,29 +45,8 @@ span.ac-emphasize-text {
margin-inline-start: 1em;
}
.autocomplete-richlistitem[type="gloda-single-tag"] {
overflow: -moz-hidden-unscrollable;
}
.autocomplete-richlistitem[type="gloda-single-identity"] {
-moz-box-orient: vertical;
overflow: -moz-hidden-unscrollable;
}
.autocomplete-richlistitem[type="gloda-fulltext-single"] {
overflow: -moz-hidden-unscrollable;
}
.autocomplete-richlistitem[type="gloda-fulltext-all"] {
overflow: -moz-hidden-unscrollable;
}
richlistitem[type="gloda-contact-chunk"] {
-moz-box-orient: vertical;
overflow: -moz-hidden-unscrollable;
}
.autocomplete-richlistitem[type="gloda-multi"] {
-moz-box-orient: vertical;
/* Match type gloda-single-tag, gloda-single-identity, gloda-fulltext-single,
gloda-fulltext-all, gloda-contact-chunk and gloda-multi */
.autocomplete-richlistitem[type^="gloda"] {
overflow: -moz-hidden-unscrollable;
}