update both themes for toolkit winstripe trunk changes up to 2009-11-06
[themes.git] / EarlyBlue / mozapps / update / updates.css
CommitLineData
49037d9b
RK
1/**
2 * General
3 */
3bcb0be1 4.heed {
49037d9b
RK
5 font-weight: bold;
6}
7
3bcb0be1 8.wizard-button > .button-box {
8caa872d
RK
9 -moz-padding-start: 15px !important;
10 -moz-padding-end: 15px !important;
3bcb0be1
RK
11}
12
49037d9b
RK
13link {
14 color: blue;
15 border: 1px solid transparent;
16 margin-top: 1px;
17 margin-bottom: 4px;
18 -moz-margin-start: 5px;
19 -moz-margin-end: 5px;
20 text-decoration: underline !important;
21}
22
23link > label {
24 margin: 0px;
25 padding: 1px;
26 text-decoration: underline !important;
27}
28
49037d9b 29link:focus {
18f5421a 30 border: 1px dotted #000000;
49037d9b
RK
31}
32
3bcb0be1 33remotecontent {
49037d9b
RK
34 margin-top: 1px;
35 margin-bottom: 2px;
36 -moz-margin-start: 6px;
37 -moz-margin-end: 5px;
38 -moz-appearance: listbox;
39 padding-bottom: 1px;
40}
41
3bcb0be1
RK
42/**
43 * License Page
44 */
49037d9b 45.loadingBox {
02920d2b 46 padding: 3px 5px;
49037d9b 47}
3bcb0be1 48.remoteLoadingThrobber {
49037d9b
RK
49 margin-top: 3px;
50}
3bcb0be1 51.remoteLoadingThrobber[state="loading"] {
49037d9b
RK
52 list-style-image: url("chrome://global/skin/icons/loading.gif");
53}
3bcb0be1 54.remoteLoadingThrobber[state="error"] {
49037d9b
RK
55 list-style-image: url("chrome://global/skin/icons/notfound.png");
56}
57
58/**
59 * Update Found Page
60 */
61#moreDetails {
02920d2b
RK
62 margin-top: 1px;
63 margin-bottom: 4px;
64 -moz-margin-start: 3px;
65 -moz-margin-end: 5px;
49037d9b
RK
66}
67
49037d9b 68#updateForMoreInfo {
8caa872d 69 -moz-margin-start: 5px;
49037d9b
RK
70}
71
72#updateName, #updateFinishedName {
73 font-weight: bold;
74 font-size: larger;
75}
76
77#alertImage {
78 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
8caa872d 79 -moz-margin-end: 5px;
49037d9b
RK
80}
81
82#incompatibleWarning {
83 background-color : #FFFFCC;
84 color: #000000;
85 border: 1px outset #CCD0DD;
86 padding: 3px;
02920d2b 87 margin: 1px 5px 4px;
49037d9b
RK
88}
89
90/**
91 * Downloading Page
92 */
3bcb0be1
RK
93#downloadStatusTop, #downloadStatusLine {
94 -moz-box-align: center;
49037d9b
RK
95}
96
97#downloadStatus {
49037d9b
RK
98 height: 3em !important;
99}
3bcb0be1 100
49037d9b 101#downloadThrobber {
8caa872d 102 -moz-margin-start: 5px;
49037d9b
RK
103 list-style-image: url("chrome://global/skin/filepicker/blank.gif");
104}
3bcb0be1 105
49037d9b
RK
106#downloadThrobber[state="loading"] {
107 list-style-image: url("chrome://global/skin/icons/loading.gif");
108}
3bcb0be1
RK
109
110#downloadStatusProgress {
8caa872d 111 -moz-padding-end: 5px;
3bcb0be1
RK
112}
113
114#pauseButton {
115 -moz-appearance: none;
116 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
117 -moz-image-region: rect(0px, 48px, 16px, 32px);
118 background-color: transparent;
119 border: none;
120 padding: 0;
121 margin: 0;
122 min-width: 0;
123 min-height: 0;
124}
125
126/* !Important must be used otherwise this won't immediately take affect */
127#pauseButton > .button-box {
128 padding: 0 !important;
129}
130
131#pauseButton:hover {
132 -moz-image-region: rect(16px, 48px, 32px, 32px);
133}
134
135#pauseButton:active {
136 -moz-image-region: rect(32px, 48px, 48px, 32px);
137}
138
139#pauseButton[disabled="true"] {
140 -moz-image-region: rect(48px, 48px, 64px, 32px);
141}
142
143#pauseButton[paused="true"] {
144 -moz-image-region: rect(0px, 16px, 16px, 0px);
145}
146
147#pauseButton[paused="true"]:hover {
148 -moz-image-region: rect(16px, 16px, 32px, 0px);
149}
150
151#pauseButton[paused="true"]:active {
152 -moz-image-region: rect(32px, 16px, 48px, 0px);
153}
154
155#pauseButton[paused="true"][disabled="true"] {
156 -moz-image-region: rect(48px, 16px, 64px, 0px);
49037d9b
RK
157}
158
159#verificationFailedIcon {
8caa872d 160 -moz-margin-start: 5px;
49037d9b 161 list-style-image: url("chrome://global/skin/icons/notfound.png");
49037d9b
RK
162}
163
164/**
165 * Error Page
166 */
167#errorReason {
168 margin-top: 1px;
169 margin-bottom: 2px;
170 -moz-margin-start: 6px !important;
171 -moz-margin-end: 5px;
172 font-weight: bold;
173}
174
175/**
176 * Update History Window
177 */
178update {
179 border-bottom: 1px dotted #666699;
180}
181
182.update-name {
183 font-weight: bold;
184}
185
186.update-label-column {
187 -moz-box-align: end;
188}
189
190.update-details-link {
191 margin: 0px;
192}
193
194.update-type {
195 font-weight: bold;
196 color: #990000;
197}
198
199#historyItems {
200 height: 200px;
02920d2b 201 margin: 1px 5px 4px;
49037d9b
RK
202}
203
204#historyItems > scrollbox {
205 margin-bottom: 1px;
206}
207
208.updatePrefsInfo {
209 font-size: smaller;
8caa872d 210 -moz-margin-start: 27px;
49037d9b
RK
211 margin-bottom: 10px;
212}