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