Commit | Line | Data |
---|---|---|
17b8126a RK |
1 | /* General */ |
2 | /* Specify the size for the wizardpage so the billboard has a fixed size. 3rd | |
3 | party themes should typically specify the same values. */ | |
4 | wizardpage { | |
5 | height: 360px; | |
6 | width: 700px; | |
cfae8c74 RK |
7 | } |
8 | ||
17b8126a RK |
9 | /* Remove margin and padding so the billboard will extend to the edge of the |
10 | window. 3rd party themes should typically specify the same values. */ | |
11 | #updates, .wizard-page-box { | |
12 | margin: 0; | |
13 | padding: 0; | |
e10e7add RK |
14 | } |
15 | ||
17b8126a RK |
16 | .update-content { |
17 | padding: 10px; | |
e10e7add RK |
18 | } |
19 | ||
20 | .loadingBox { | |
02920d2b | 21 | padding: 3px 5px; |
e10e7add | 22 | } |
17b8126a | 23 | |
cfae8c74 | 24 | .remoteLoadingThrobber { |
e10e7add RK |
25 | margin-top: 3px; |
26 | } | |
17b8126a | 27 | |
cfae8c74 | 28 | .remoteLoadingThrobber[state="loading"] { |
e10e7add RK |
29 | list-style-image: url("chrome://global/skin/icons/loading.gif"); |
30 | } | |
17b8126a | 31 | |
cfae8c74 | 32 | .remoteLoadingThrobber[state="error"] { |
e10e7add RK |
33 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
34 | } | |
35 | ||
17b8126a RK |
36 | .wizard-buttons-separator { |
37 | margin-top: 0 !important; | |
e10e7add RK |
38 | } |
39 | ||
17b8126a RK |
40 | #updates[currentpageid="updatesfoundbasic"] .wizard-button[dlgtype="next"], |
41 | #updates[currentpageid="updatesfoundbillboard"] .wizard-button[dlgtype="next"], | |
42 | #updates[currentpageid="finished"] .wizard-button[dlgtype="finish"], | |
43 | #updates[currentpageid="finishedBackground"] .wizard-button[dlgtype="finish"] { | |
44 | font-weight: bold; | |
45 | } | |
46 | ||
47 | #licenseContent, #incompatibleListbox { | |
48 | -moz-margin-start: 6px; | |
49 | -moz-margin-end: 6px; | |
e10e7add RK |
50 | } |
51 | ||
17b8126a | 52 | /* Update Found Basic Page */ |
e10e7add RK |
53 | #updateName, #updateFinishedName { |
54 | font-weight: bold; | |
55 | font-size: larger; | |
56 | } | |
57 | ||
17b8126a RK |
58 | /* License Page */ |
59 | #licenseContent { | |
60 | /* -moz-appearance: listbox; */ | |
e10e7add RK |
61 | } |
62 | ||
17b8126a RK |
63 | /* Incompatible List Page */ |
64 | #incompatibleListbox { | |
65 | margin-bottom: 6px; | |
e10e7add RK |
66 | } |
67 | ||
17b8126a RK |
68 | /* Downloading Page */ |
69 | #downloadStatusLine { | |
cfae8c74 | 70 | -moz-box-align: center; |
e10e7add RK |
71 | } |
72 | ||
73 | #downloadStatus { | |
e10e7add RK |
74 | height: 3em !important; |
75 | } | |
cfae8c74 | 76 | |
cfae8c74 | 77 | #downloadStatusProgress { |
8caa872d | 78 | -moz-padding-end: 5px; |
cfae8c74 RK |
79 | } |
80 | ||
81 | #pauseButton { | |
3bcb0be1 | 82 | list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png"); |
cfae8c74 | 83 | -moz-image-region: rect(0px, 48px, 16px, 32px); |
17b8126a | 84 | -moz-appearance: none; |
cfae8c74 RK |
85 | background-color: transparent; |
86 | border: none; | |
cfae8c74 RK |
87 | min-width: 0; |
88 | min-height: 0; | |
17b8126a RK |
89 | margin: 0; |
90 | padding: 0; | |
cfae8c74 RK |
91 | } |
92 | ||
93 | /* !Important must be used otherwise this won't immediately take affect */ | |
94 | #pauseButton > .button-box { | |
95 | padding: 0 !important; | |
96 | } | |
97 | ||
98 | #pauseButton:hover { | |
99 | -moz-image-region: rect(16px, 48px, 32px, 32px); | |
100 | } | |
101 | ||
102 | #pauseButton:active { | |
103 | -moz-image-region: rect(32px, 48px, 48px, 32px); | |
104 | } | |
105 | ||
106 | #pauseButton[disabled="true"] { | |
107 | -moz-image-region: rect(48px, 48px, 64px, 32px); | |
108 | } | |
109 | ||
110 | #pauseButton[paused="true"] { | |
111 | -moz-image-region: rect(0px, 16px, 16px, 0px); | |
112 | } | |
113 | ||
114 | #pauseButton[paused="true"]:hover { | |
115 | -moz-image-region: rect(16px, 16px, 32px, 0px); | |
116 | } | |
117 | ||
118 | #pauseButton[paused="true"]:active { | |
119 | -moz-image-region: rect(32px, 16px, 48px, 0px); | |
120 | } | |
121 | ||
122 | #pauseButton[paused="true"][disabled="true"] { | |
123 | -moz-image-region: rect(48px, 16px, 64px, 0px); | |
e10e7add RK |
124 | } |
125 | ||
126 | #verificationFailedIcon { | |
8caa872d | 127 | -moz-margin-start: 5px; |
e10e7add | 128 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
e10e7add RK |
129 | } |
130 | ||
17b8126a | 131 | /* Error Page */ |
e10e7add RK |
132 | #errorReason { |
133 | margin-top: 1px; | |
134 | margin-bottom: 2px; | |
135 | -moz-margin-start: 6px !important; | |
136 | -moz-margin-end: 5px; | |
137 | font-weight: bold; | |
138 | } | |
139 | ||
17b8126a | 140 | /* Update History Window */ |
e10e7add RK |
141 | update { |
142 | border-bottom: 1px dotted #FF9F00; | |
143 | } | |
144 | ||
145 | .update-name { | |
146 | font-weight: bold; | |
147 | } | |
148 | ||
149 | .update-label-column { | |
150 | -moz-box-align: end; | |
151 | } | |
152 | ||
e10e7add RK |
153 | .update-type { |
154 | font-weight: bold; | |
155 | color: #FF0000; | |
156 | } | |
157 | ||
158 | #historyItems { | |
159 | height: 200px; | |
02920d2b | 160 | margin: 1px 5px 4px; |
e10e7add RK |
161 | } |
162 | ||
163 | #historyItems > scrollbox { | |
164 | margin-bottom: 1px; | |
165 | } |