Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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/. */
5 @import "chrome://global/skin/";
7 /* View buttons */
8 @import "chrome://global/skin/viewbuttons.css";
10 /* Extensions will provide icons because the view buttons have icons
11 on the windows and linux themes. We don't want to display them */
12 .viewButtonIcon {
13 display: none;
14 }
16 deck {
17 padding: 10px 10px 10px 10px;
18 }
20 /* Misc */
21 tree {
22 margin: .5em;
23 }
25 .gridSeparator {
26 width: .5em;
27 }
29 textbox {
30 background: transparent !important;
31 border: none;
32 padding: 0px;
33 margin-top: 1px;
34 -moz-appearance: none;
35 }
37 textbox.header {
38 -moz-margin-start: 0;
39 }
41 .iframe {
42 margin: .5em;
43 background: white;
44 overflow: auto;
45 }
47 .fixedsize {
48 height: 8.5em;
49 }
51 textbox[disabled] {
52 font-style: italic;
53 }
55 /* General Tab */
56 groupbox.collapsable caption .caption-icon {
57 width: 11px;
58 height: 11px;
59 background-repeat: no-repeat;
60 background-position: center;
61 -moz-margin-end: 2px;
62 background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
63 }
65 groupbox.collapsable[closed="true"] caption .caption-icon {
66 background-image: url("chrome://global/skin/arrow/arrow-rit.gif");
67 }
69 groupbox tree {
70 margin: 0;
71 border: none;
72 }
74 groupbox.treebox .groupbox-body {
75 padding: 0;
76 }
78 #securityBox description {
79 -moz-margin-start: 10px;
80 }
82 #general-security-identity {
83 white-space: pre-wrap;
84 line-height: 2em;
85 }
87 /* Media Tab */
88 #imagetree {
89 min-height: 10em;
90 margin-bottom: 0;
91 }
93 #mediaSplitter {
94 background: none;
95 }
97 #mediaGrid {
98 min-height: 9em;
99 }
101 #mediaLabelColumn {
102 min-width: 10em;
103 }
105 #thepreviewimage {
106 margin: 1em;
107 }
109 treechildren::-moz-tree-cell-text(broken) {
110 font-style: italic;
111 color: graytext;
112 }
114 /* Feeds Tab */
115 #feedtree {
116 margin-bottom: 0px;
117 }
119 #feedListbox richlistitem {
120 padding-top: 6px;
121 padding-bottom: 6px;
122 -moz-padding-start: 7px;
123 -moz-padding-end: 7px;
124 min-height: 25px;
125 border-bottom: 1px dotted #C0C0C0;
126 }
128 #feedListbox richlistitem[selected="true"] {
129 background-color: -moz-Dialog;
130 color: -moz-DialogText;
131 }
133 #feedListbox {
134 border: 2px solid;
135 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
136 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
137 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
138 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
139 }
141 .feedTitle {
142 font-weight: bold;
143 }
145 /* Permissions Tab */
146 #permList {
147 margin-top: .5em;
148 overflow: auto;
149 border: 2px solid;
150 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
151 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
152 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
153 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
154 background-color: -moz-field;
155 }
157 .permission {
158 padding-top: 6px;
159 padding-bottom: 6px;
160 -moz-padding-start: 7px;
161 -moz-padding-end: 7px;
162 min-height: 25px;
163 border-bottom: 1px dotted #C0C0C0;
164 }
166 .permissionLabel {
167 font-weight: bold;
168 }
170 .permission:hover {
171 background-color: -moz-dialog;
172 }
174 /* Security Tab */
175 #securityPanel .caption-icon {
176 display: none;
177 }
179 #securityPanel .header {
180 font-size: 120%;
181 }
183 #securityPanel .fieldLabel {
184 margin: 2px 10px 3px 10px;
185 }
187 #securityPanel .fieldValue {
188 font-weight: bold;
189 margin: 2px 10px 0px 10px;
190 }