second part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / preferences / aboutPermissions.css
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/in-content/common.css");
6
7 #permissions-content {
8   padding-top: 48px;
9   -moz-padding-end: 0; /* no padding to move the scroll bar to the edge */
10 }
11
12 /* sites box */
13
14 #sites-box {
15   width: 25em;
16 }
17
18 #sites-filter {
19   margin: 0;
20 }
21
22 #sites-list {
23   margin: 5px 0 0 0;
24 }
25
26 .site {
27   padding: 4px;
28   border-bottom: 1px solid #9C9CFF;
29 }
30
31 .site-favicon {
32   height: 16px;
33   width: 16px;
34   -moz-margin-end: 4px;
35   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
36 }
37
38 #all-sites-item > .site-container > .site-favicon {
39   list-style-image: none;
40 }
41
42 /* permissions box */
43
44 #permissions-box {
45   -moz-padding-start: 10px;
46 }
47
48 #permissions-list {
49   overflow-y: auto;
50   padding-top: 5px;
51   -moz-padding-end: 44px;
52 }
53
54 #site-description {
55   font-size: 125%;
56 }
57
58 #site-label {
59   font-weight: bold;
60   margin-top: 0;
61   margin-bottom: 0;
62 }
63
64 #site-visit-count {
65   margin-bottom: 0;
66 }
67
68 #defaults-description {
69   font-size: 125%;
70   font-weight: bold;
71 }
72
73 #header-deck {
74   -moz-margin-end: 44px;
75 }
76
77 #site-header,
78 #defaults-header {
79   margin-bottom: 1px;
80 }
81
82 .pref-item {
83   margin-bottom: 10px;
84 }
85
86 .pref-icon {
87   width: 36px;
88   height: 36px;
89   -moz-margin-end: 10px;
90 }
91
92 .pref-icon[type="password"] {
93   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
94 }
95 .pref-icon[type="cookie"] {
96   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
97 }
98 .pref-icon[type="geo"] {
99   list-style-image: url("chrome://browser/skin/Geolocation-64.png");
100 }
101 .pref-icon[type="push"] {
102   list-style-image: url("chrome://browser/skin/Push-64.png");
103 }
104 .pref-icon[type="indexedDB"] {
105   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
106 }
107 .pref-icon[type="install"] {
108   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
109 }
110 .pref-icon[type="popup"] {
111   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
112 }
113 .pref-icon[type="image"] {
114   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
115 }
116 .pref-icon[type="plugins"] {
117   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
118 }
119 .pref-icon[type="camera"] {
120   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
121 }
122 .pref-icon[type="microphone"] {
123   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
124 }
125
126 .pref-title {
127   font-size: 125%;
128   -moz-margin-start: 4px;
129   margin-bottom: 0;
130   font-weight: bold;
131 }
132
133 .pref-menulist {
134   min-width: 10em;
135 }
136
137 #cookies-label,
138 #passwords-label {
139   -moz-margin-start: 4px; /* align with the menulists */
140 }