/* 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/. */ /* ===== config.css ============================================== == Styles for about:config ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #config { padding: 0; } /* ::::: warning screen ::::: */ #warningScreen { background: #000000; } #warningBox { background: #000000; color: #FF9F00; border: 1px solid #9C9FFF; border-radius: 10px; padding: 3em; -moz-padding-start: 30px; -moz-margin-start: 1em; -moz-margin-end: 1em; } #warningInnerBox { max-width: 50em; } #warningTitle { margin: 0 0 .6em; font-size: 160%; border-bottom: 1px solid #008484; } #warningText { font-size: 110%; -moz-margin-start: 0; } #warningButton { margin-top: 0.6em; } #showWarningNextTime { margin-top: 0.6em; } #exclam { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); -moz-margin-end: 3em; } /* ::::: tree rows ::::: */ #configTreeBody::-moz-tree-cell-text(user) { font-weight: bold; } #configTreeBody::-moz-tree-cell-text(locked) { font-style: italic; } #configTree { margin-top: 3px; } #filterRow { } #filterRow > label { -moz-margin-start: 0; } #textbox { -moz-margin-end: 0; }