update both themes for toolkit winstripe trunk changes up to 2010-02-21
[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:focus {
30 border: 1px dotted #000000;
31}
32
33remotecontent {
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
42/**
43 * License Page
44 */
45.loadingBox {
46 padding: 3px 5px;
47}
48.remoteLoadingThrobber {
49 margin-top: 3px;
50}
51.remoteLoadingThrobber[state="loading"] {
52 list-style-image: url("chrome://global/skin/icons/loading.gif");
53}
54.remoteLoadingThrobber[state="error"] {
55 list-style-image: url("chrome://global/skin/icons/notfound.png");
56}
57
58/**
59 * Update Found Page
60 */
61#moreDetails {
62 margin-top: 1px;
63 margin-bottom: 4px;
64 -moz-margin-start: 3px;
65 -moz-margin-end: 5px;
66}
67
68#updateForMoreInfo {
69 -moz-margin-start: 5px;
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");
79 -moz-margin-end: 5px;
80}
81
82#incompatibleWarning {
83 background-color : #FFCF00;
84 color: #000000;
85 -moz-border-radius: 5px;
86 border: 1px solid #9C9CFF;
87 padding: 3px;
88 margin: 1px 5px 4px;
89}
90
91/**
92 * Downloading Page
93 */
94#downloadStatusTop, #downloadStatusLine {
95 -moz-box-align: center;
96}
97
98#downloadStatus {
99 height: 3em !important;
100}
101
102#downloadThrobber {
103 -moz-margin-start: 5px;
104 list-style-image: url("chrome://global/skin/filepicker/blank.gif");
105}
106
107#downloadThrobber[state="loading"] {
108 list-style-image: url("chrome://global/skin/icons/loading.gif");
109}
110
111#downloadStatusProgress {
112 -moz-padding-end: 5px;
113}
114
115#pauseButton {
116 -moz-appearance: none;
117 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
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);
158}
159
160#verificationFailedIcon {
161 -moz-margin-start: 5px;
162 list-style-image: url("chrome://global/skin/icons/notfound.png");
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;
202 margin: 1px 5px 4px;
203}
204
205#historyItems > scrollbox {
206 margin-bottom: 1px;
207}
208
209.updatePrefsInfo {
210 font-size: smaller;
211 -moz-margin-start: 27px;
212 margin-bottom: 10px;
213}