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