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");
22 justify-content: flex-end;
34 /* Center category names */
39 .category .category-name {
44 border-top-color: #A09090;
47 /** Warning container **/
49 /* XXX: a lot of this is duplicated from info-pages.css since that stylesheet
50 is incompatible with this type of layout */
51 .warningBackground:not([hidden]) {
56 flex-direction: column;
57 box-sizing: border-box;
60 justify-content: center;
67 background: var(--in-content-page-background);
68 color: var(--in-content-text-color);
73 border-bottom: 1px solid var(--in-content-box-border-color);
75 padding-bottom: 0.5em;
86 background: url("chrome://global/skin/icons/warning.svg") no-repeat left center;
87 background-size: 1.6em;
90 .warningBackground button {
111 border-collapse: collapse;
117 padding-bottom: 0.5em;
122 padding-bottom: 0.25em;
123 border-bottom: 1px solid var(--in-content-box-border-color);