|
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 url("chrome://global/skin/inContentUI.css"); |
|
6 |
|
7 |
|
8 /* sites box */ |
|
9 |
|
10 #sites-box { |
|
11 padding: 10px; |
|
12 width: 25em; |
|
13 } |
|
14 |
|
15 #sites-filter { |
|
16 margin: 0; |
|
17 } |
|
18 |
|
19 #sites-list { |
|
20 margin: 5px 0 0 0; |
|
21 } |
|
22 |
|
23 .site { |
|
24 padding: 4px; |
|
25 border-bottom: 1px solid ThreeDLightShadow; |
|
26 } |
|
27 |
|
28 .site-favicon { |
|
29 height: 16px; |
|
30 width: 16px; |
|
31 -moz-margin-end: 4px; |
|
32 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
|
33 } |
|
34 |
|
35 #all-sites-item > .site-container > .site-favicon { |
|
36 list-style-image: none; |
|
37 } |
|
38 |
|
39 /* permissions box */ |
|
40 |
|
41 #permissions-box { |
|
42 padding-top: 10px; |
|
43 overflow-y: auto; |
|
44 } |
|
45 |
|
46 #site-description { |
|
47 font-size: 125%; |
|
48 -moz-margin-start: 6px; /* to match button margin */ |
|
49 } |
|
50 |
|
51 #site-label { |
|
52 font-weight: bold; |
|
53 margin-top: 0; |
|
54 margin-bottom: 0; |
|
55 } |
|
56 |
|
57 #defaults-description { |
|
58 font-size: 125%; |
|
59 font-weight: bold; |
|
60 -moz-margin-start: 6px; |
|
61 } |
|
62 |
|
63 .pref-item { |
|
64 margin-bottom: 10px; |
|
65 } |
|
66 |
|
67 .pref-icon { |
|
68 width: 36px; |
|
69 height: 36px; |
|
70 -moz-margin-end: 10px; |
|
71 } |
|
72 |
|
73 .pref-icon[type="password"] { |
|
74 list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png); |
|
75 } |
|
76 .pref-icon[type="cookie"] { |
|
77 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
78 } |
|
79 .pref-icon[type="geo"] { |
|
80 list-style-image: url(chrome://browser/skin/Geolocation-64.png); |
|
81 } |
|
82 .pref-icon[type="indexedDB"] { |
|
83 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
84 } |
|
85 .pref-icon[type="install"] { |
|
86 list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png); |
|
87 } |
|
88 .pref-icon[type="popup"] { |
|
89 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
90 } |
|
91 .pref-icon[type="image"] { |
|
92 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
93 } |
|
94 .pref-icon[type="plugins"] { |
|
95 list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png); |
|
96 } |
|
97 .pref-icon[type="fullscreen"] { |
|
98 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
99 } |
|
100 .pref-icon[type="camera"] { |
|
101 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
102 } |
|
103 .pref-icon[type="microphone"] { |
|
104 list-style-image: url(chrome://global/skin/icons/question-64.png); |
|
105 } |
|
106 |
|
107 .pref-title { |
|
108 font-size: 125%; |
|
109 margin-bottom: 0; |
|
110 font-weight: bold; |
|
111 } |
|
112 |
|
113 .pref-menulist { |
|
114 margin-left: 6px; |
|
115 margin-right: 6px; |
|
116 } |