update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / mozapps / update / updates.css
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
13 link {
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
23 link > label {
24   margin: 0px;
25   padding: 1px;
26   text-decoration: underline !important;
27 }
28
29 link:hover:active {
30   color: red;
31 }
32
33 link:focus {
34   border: 1px dotted black;
35 }
36
37 remotecontent {
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 : #FFFFCC;
88   color: #000000;
89   border: 1px outset #CCD0DD;
90   padding: 3px;
91   margin: 1px 5px 4px;
92 }
93
94 /**
95  * Downloading Page
96  */
97 #downloadStatusTop, #downloadStatusLine {
98   -moz-box-align: center;
99 }
100
101 #downloadStatus {
102   height: 3em !important;
103 }
104
105 #downloadThrobber {
106   -moz-margin-start: 5px;
107   list-style-image: url("chrome://global/skin/filepicker/blank.gif");
108 }
109
110 #downloadThrobber[state="loading"] {
111   list-style-image: url("chrome://global/skin/icons/loading.gif");
112 }
113
114 #downloadStatusProgress {
115   -moz-padding-end: 5px;
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);
161 }
162
163 #verificationFailedIcon {
164   -moz-margin-start: 5px;
165   list-style-image: url("chrome://global/skin/icons/notfound.png");
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  */
182 update {
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;
205   margin: 1px 5px 4px;
206 }
207
208 #historyItems > scrollbox {
209   margin-bottom: 1px;
210 }
211
212 .updatePrefsInfo {
213   font-size: smaller;
214   -moz-margin-start: 27px;
215   margin-bottom: 10px;
216 }