browser/themes/linux/preferences/preferences.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6412310a74d4
1 %if 0
2 /*
3 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8 %endif
9
10 /* Global Styles */
11 #BrowserPreferences radio[pane] {
12 list-style-image: url("chrome://browser/skin/preferences/Options.png");
13 }
14
15 radio[pane=paneMain] {
16 -moz-image-region: rect(0px, 32px, 32px, 0px)
17 }
18
19 radio[pane=paneTabs] {
20 -moz-image-region: rect(0px, 64px, 32px, 32px)
21 }
22
23 radio[pane=paneContent] {
24 -moz-image-region: rect(0px, 96px, 32px, 64px)
25 }
26
27 radio[pane=paneApplications] {
28 -moz-image-region: rect(0px, 128px, 32px, 96px)
29 }
30
31 radio[pane=panePrivacy] {
32 -moz-image-region: rect(0px, 160px, 32px, 128px)
33 }
34
35 radio[pane=paneSecurity] {
36 -moz-image-region: rect(0px, 192px, 32px, 160px)
37 }
38
39 radio[pane=paneAdvanced] {
40 -moz-image-region: rect(0px, 224px, 32px, 192px)
41 }
42
43 %ifdef MOZ_SERVICES_SYNC
44 radio[pane=paneSync] {
45 list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important;
46 }
47 %endif
48
49 label.small {
50 font-size: smaller;
51 }
52
53 #tabPrefsBox {
54 margin: 5px;
55 }
56
57 /* Applications Pane */
58 #BrowserPreferences[animated="true"] #handlersView {
59 height: 25em;
60 }
61
62 #BrowserPreferences[animated="false"] #handlersView {
63 -moz-box-flex: 1;
64 }
65
66 /* Privacy Pane */
67
68 /* styles for the link elements copied from .text-link in global.css */
69 .inline-link {
70 color: -moz-nativehyperlinktext;
71 text-decoration: none;
72 }
73
74 .inline-link:hover {
75 text-decoration: underline;
76 }
77
78 /* Modeless Window Dialogs */
79 .windowDialog,
80 .windowDialog prefpane {
81 padding: 0px;
82 }
83
84 .contentPane {
85 margin: 9px 8px 5px 8px;
86 }
87
88 .actionButtons {
89 margin: 0px 3px 6px 3px !important;
90 }
91
92 /* Cookies Manager */
93 #cookiesChildren::-moz-tree-image(domainCol) {
94 width: 16px;
95 height: 16px;
96 margin: 0px 2px;
97 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
98 }
99
100 #paneApplications {
101 margin-left: 4px;
102 margin-right: 4px;
103 padding-left: 0;
104 padding-right: 0;
105 }
106
107 #linksOpenInBox {
108 margin-top: 5px;
109 }
110
111 #paneAdvanced {
112 padding-bottom: 10px;
113 }
114 #advancedPrefs {
115 margin-left: 0;
116 margin-right: 0;
117 }
118
119 #cookiesChildren::-moz-tree-image(domainCol, container) {
120 list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
121 }
122
123 #cookieInfoBox {
124 border: 1px solid ThreeDShadow;
125 border-radius: 0px;
126 margin: 4px;
127 padding: 0px;
128 }
129
130 /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
131 of the groupbox from being cutoff */
132 .bottomBox {
133 padding-bottom: 4px;
134 }
135
136 /**
137 * Clear Private Data
138 */
139 #SanitizeDialogPane > groupbox {
140 margin-top: 0;
141 }
142
143 %ifdef MOZ_SERVICES_SYNC
144 /* Sync Pane */
145
146 #syncDesc {
147 padding: 0 8em;
148 }
149
150 #accountCaptionImage {
151 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
152 }
153
154 #syncAddDeviceLabel {
155 margin-top: 1em;
156 margin-bottom: 1em;
157 }
158
159 #noFxaAccount {
160 margin: 5px;
161 line-height: 1.2em;
162 }
163
164 #noFxaAccount > label:first-child {
165 margin-bottom: 0.6em;
166 }
167
168 #fxa-pweng-help-link > label {
169 margin: 0;
170 }
171
172 #fxa-pweng-help-link > image {
173 list-style-image: url("chrome://global/skin/icons/question-16.png");
174 }
175
176 %endif

mercurial