browser/themes/windows/sanitizeDialog.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 #sanitizeDurationChoice {
michael@0 6 -moz-margin-end: 0;
michael@0 7 }
michael@0 8
michael@0 9 /* Align the duration label with the warning box and item list */
michael@0 10 #sanitizeDurationLabel {
michael@0 11 -moz-margin-start: 3px;
michael@0 12 }
michael@0 13
michael@0 14
michael@0 15 /* Hide the duration dropdown suffix label if it's empty. Otherwise it
michael@0 16 takes up a little space, causing the end of the dropdown to not be aligned
michael@0 17 with the warning box. */
michael@0 18 #sanitizeDurationSuffixLabel[value=""] {
michael@0 19 display: none;
michael@0 20 }
michael@0 21
michael@0 22
michael@0 23 /* Places tree */
michael@0 24 #placesTreechildren::-moz-tree-row(selected),
michael@0 25 #placesTreechildren::-moz-tree-row(grippyRow) {
michael@0 26 background: #999;
michael@0 27 }
michael@0 28
michael@0 29 #placesTreechildren::-moz-tree-cell-text(selected) {
michael@0 30 color: #111;
michael@0 31 }
michael@0 32
michael@0 33
michael@0 34 /* Sanitize everything warning box */
michael@0 35 #sanitizeEverythingWarningBox {
michael@0 36 background-color: Window;
michael@0 37 border: 1px solid ThreeDDarkShadow;
michael@0 38 border-radius: 5px;
michael@0 39 padding: 16px;
michael@0 40 }
michael@0 41
michael@0 42 #sanitizeEverythingWarningIcon {
michael@0 43 list-style-image: url("chrome://global/skin/icons/warning-large.png");
michael@0 44 padding: 0;
michael@0 45 margin: 0;
michael@0 46 }
michael@0 47
michael@0 48 #sanitizeEverythingWarningDescBox {
michael@0 49 padding: 0 16px;
michael@0 50 margin: 0;
michael@0 51 }
michael@0 52
michael@0 53
michael@0 54 /* Progressive disclosure button */
michael@0 55 #detailsExpanderWrapper {
michael@0 56 padding: 0;
michael@0 57 margin: 6px 0;
michael@0 58 }
michael@0 59
michael@0 60 .expander-up,
michael@0 61 .expander-down {
michael@0 62 min-width: 0;
michael@0 63 margin: 0;
michael@0 64 }
michael@0 65
michael@0 66 .expander-up > .button-box,
michael@0 67 .expander-down > .button-box {
michael@0 68 padding: 0;
michael@0 69 }
michael@0 70
michael@0 71 .expander-up {
michael@0 72 list-style-image: url("chrome://global/skin/icons/collapse.png");
michael@0 73 }
michael@0 74
michael@0 75 .expander-down {
michael@0 76 list-style-image: url("chrome://global/skin/icons/expand.png");
michael@0 77 }
michael@0 78
michael@0 79
michael@0 80 /* Make the item list the same width as the warning box */
michael@0 81 #itemList {
michael@0 82 -moz-margin-start: 0;
michael@0 83 -moz-margin-end: 0;
michael@0 84 }
michael@0 85
michael@0 86
michael@0 87 /* Align the last dialog button with the end of the warning box */
michael@0 88 .prefWindow-dlgbuttons {
michael@0 89 -moz-margin-end: 0;
michael@0 90 }
michael@0 91 .dialog-button[dlgtype="cancel"] {
michael@0 92 -moz-margin-end: 0;
michael@0 93 }

mercurial