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