/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Hide selected items by default and display them based on the page status */ #warningBox:not(.private) .private, #warningBox:not(.normal) .normal { display: none; } .title { background-size: auto; } /* Pick the desired icons depending on the window's context */ .private.title { background-image: url("chrome://global/skin/icons/information-48.png"); } .normal.title { background-image: url("chrome://global/skin/icons/question-48.png"); } #trackWarnBox { margin-top: 0.6em; -moz-margin-end: 7em; -moz-box-align: center; } #trackWarnIcon { list-style-image: url("chrome://global/skin/icons/warning-24.png"); width: 24px; height: 24px; } /* Define additional styles to look similar to the netError/certError pages */ #warningStatus { margin: 0.4em 0 1.2em 0; font-size: 135%; } #warningInnerBox > button { margin: 0.8em 0 1em 0; } #warningStatus > label { -moz-margin-start: 0; }