update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / mozapps / update / updates.css
... / ...
CommitLineData
1/**
2 * General
3 */
4.heed {
5 font-weight: bold;
6}
7
8.wizard-button > .button-box {
9 -moz-padding-start: 15px !important;
10 -moz-padding-end: 15px !important;
11}
12
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
37remotecontent {
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
46/**
47 * License Page
48 */
49.loadingBox {
50 padding: 3px 5px;
51}
52.remoteLoadingThrobber {
53 margin-top: 3px;
54}
55.remoteLoadingThrobber[state="loading"] {
56 list-style-image: url("chrome://global/skin/icons/loading.gif");
57}
58.remoteLoadingThrobber[state="error"] {
59 list-style-image: url("chrome://global/skin/icons/notfound.png");
60}
61
62/**
63 * Update Found Page
64 */
65#moreDetails {
66 margin-top: 1px;
67 margin-bottom: 4px;
68 -moz-margin-start: 3px;
69 -moz-margin-end: 5px;
70}
71
72#updateForMoreInfo {
73 -moz-margin-start: 5px;
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");
83 -moz-margin-end: 5px;
84}
85
86#incompatibleWarning {
87 background-color : #FFCF00;
88 color: #000000;
89 -moz-border-radius: 5px;
90 border: 1px solid #9C9CFF;
91 padding: 3px;
92 margin: 1px 5px 4px;
93}
94
95/**
96 * Downloading Page
97 */
98#downloadStatusTop, #downloadStatusLine {
99 -moz-box-align: center;
100}
101
102#downloadStatus {
103 height: 3em !important;
104}
105
106#downloadThrobber {
107 -moz-margin-start: 5px;
108 list-style-image: url("chrome://global/skin/filepicker/blank.gif");
109}
110
111#downloadThrobber[state="loading"] {
112 list-style-image: url("chrome://global/skin/icons/loading.gif");
113}
114
115#downloadStatusProgress {
116 -moz-padding-end: 5px;
117}
118
119#pauseButton {
120 -moz-appearance: none;
121 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
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);
162}
163
164#verificationFailedIcon {
165 -moz-margin-start: 5px;
166 list-style-image: url("chrome://global/skin/icons/notfound.png");
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;
206 margin: 1px 5px 4px;
207}
208
209#historyItems > scrollbox {
210 margin-bottom: 1px;
211}
212
213.updatePrefsInfo {
214 font-size: smaller;
215 -moz-margin-start: 27px;
216 margin-bottom: 10px;
217}