1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://global/skin/in-content/common.css");
21 #sectionTitle:dir(rtl) {
26 justify-content: flex-end;
38 /* Center category names */
43 .category .category-name {
48 border-top-color: #9999CC;
51 /** Warning container **/
53 /* XXX: a lot of this is duplicated from info-pages.css since that stylesheet
54 is incompatible with this type of layout */
55 .warningBackground:not([hidden]) {
60 flex-direction: column;
61 box-sizing: border-box;
64 justify-content: center;
71 background: var(--in-content-page-background);
76 border-bottom: 1px solid var(--in-content-box-border-color);
78 padding-bottom: 0.5em;
89 background: url("chrome://global/skin/icons/warning.svg") no-repeat left center;
90 background-size: 1.6em;
93 .title:dir(rtl)::before {
98 .warningBackground button {
119 border-collapse: collapse;
125 padding-bottom: 0.5em;
130 padding-bottom: 0.25em;
131 border-bottom: 1px solid var(--in-content-box-border-color);