sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / LCARStrek / browser / sanitizeDialog.css
CommitLineData
319c6529
RK
1#sanitizeDurationChoice {
2 -moz-margin-end: 0;
3}
4
5/* Align the duration label with the warning box and item list */
6#sanitizeDurationLabel {
7 -moz-margin-start: 3px;
8}
9
10
11/* Hide the duration dropdown suffix label if it's empty. Otherwise it
12 takes up a little space, causing the end of the dropdown to not be aligned
13 with the warning box. */
14#sanitizeDurationSuffixLabel[value=""] {
15 display: none;
16}
17
18
19/* Places tree */
20#placesTreechildren::-moz-tree-row(selected),
21#placesTreechildren::-moz-tree-row(grippyRow) {
22 background-color: #008484;
23}
24
25#placesTreechildren::-moz-tree-cell-text(selected) {
26 color: #000000;
27}
28
29
30/* Sanitize everything warning box */
31#sanitizeEverythingWarningBox {
32 background-color: #000000;
33 border: 1px solid #9C9CFF;
34 border-radius: 5px;
35 padding: 16px;
36}
37
38#sanitizeEverythingWarningIcon {
39 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
40 padding: 0;
41 margin: 0;
42}
43
44#sanitizeEverythingWarningDescBox {
45 padding: 0 16px;
46 margin: 0;
47}
48
49
50/* Progressive disclosure button */
51#detailsExpanderWrapper {
52 padding: 0;
53 margin: 6px 0;
54}
55
56.expander-up,
57.expander-down {
58 min-width: 0;
59 margin: 0;
60}
61
62.expander-up > .button-box,
63.expander-down > .button-box {
64 padding: 0;
65}
66
67.expander-up {
68 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
69}
70
71.expander-down {
72 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
73}
74
75
76/* Make the item list the same width as the warning box */
77#itemList {
78 -moz-margin-start: 0;
79 -moz-margin-end: 0;
80}
81
82
83/* Align the last dialog button with the end of the warning box */
84.prefWindow-dlgbuttons {
85 -moz-margin-end: 0;
86}
87.dialog-button[dlgtype="cancel"] {
88 -moz-margin-end: 0;
89}