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