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