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/. */
4
5@import "chrome://global/skin/global.css";
6@namespace html url("http://www.w3.org/1999/xhtml");
7
8#topBar {
9  -moz-appearance: toolbar;
10  -moz-window-dragging: drag;
11  -moz-box-align: center;
12  -moz-box-pack: center;
13}
14
15#viewGroup {
16  margin: 4px 0 9px;
17}
18
19#viewGroup > radio,
20#viewGroup > toolbarbutton {
21  -moz-box-orient: vertical;
22  -moz-box-align: center;
23  -moz-appearance: toolbarbutton;
24  font: menu;
25  margin: 0;
26  padding: 0 6px;
27  height: 22px;
28}
29
30#viewGroup > radio[selected=true],
31#viewGroup > toolbarbutton[checked=true] {
32  color: #FFF !important;
33  text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
34}
35
36#mainDeck {
37  padding: 10px;
38}
39
40/* Misc */
41tree {
42  margin: .5em;
43}
44
45html|input {
46  background: transparent;
47  border: none;
48  padding: 0;
49}
50
51html|input.header {
52  margin-inline-start: 0;
53}
54
55#imagecontainerbox {
56  margin: .5em;
57  background: white;
58  overflow: auto;
59  border: 1px solid ThreeDLightShadow;
60}
61
62html|input:disabled {
63  font-style: italic;
64}
65
66/* General Tab */
67
68#securityBox description {
69  margin-inline-start: 10px;
70}
71
72#general-security-identity {
73  white-space: pre-wrap;
74  line-height: 2em;
75}
76
77/* Media Tab */
78#imagetree {
79  min-height: 10em;
80  margin-bottom: 0;
81}
82
83#mediaSplitter {
84  background: none;
85}
86
87#mediaTable {
88  margin-bottom: 2em;
89}
90
91#mediaLabelColumn {
92  min-width: 10em;
93}
94
95#thepreviewimage {
96  margin: 1em;
97}
98
99treechildren::-moz-tree-cell-text(broken) {
100  font-style: italic;
101  color: graytext;
102}
103
104/* Permissions Tab */
105#permList {
106  margin: .5em;
107  overflow: auto;
108  -moz-appearance: listbox;
109  color: -moz-fieldtext;
110}
111
112.permission {
113  padding: 6px 7px;
114  min-height: 25px;
115  border-bottom: 1px dotted ThreeDShadow;
116}
117
118.permissionLabel {
119  font-weight: bold;
120}
121
122.permission:hover {
123  background-color: -moz-dialog;
124  color: -moz-DialogText;
125}
126
127/* Security Tab */
128
129#securityPanel table {
130  margin-bottom: 1em;
131}
132