EarlyBlue 2.0a1 -> 2.0a2 work, mozapps part
[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   padding-left: 15px !important;
10   padding-right: 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 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: 1px 5px 4px 3px;
67 }
68
69 #updateForMoreInfo {
70   margin-left: 5px;
71 }
72
73 #updateName, #updateFinishedName {
74   font-weight: bold;
75   font-size: larger;
76 }
77
78 #alertImage {
79   list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
80   margin-right: 5px;
81 }
82
83 #incompatibleWarning {
84   background-color : #FFFFCC;
85   color: #000000;
86   border: 1px outset #CCD0DD;
87   padding: 3px;
88   margin: 1px 5px 4px 5px;
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   margin-left: 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   padding-right: 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   margin-left: 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  */
179 update {
180   border-bottom: 1px dotted #666699;
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: #990000;
198 }
199
200 #historyItems {
201   height: 200px;
202   margin: 1px 5px 4px 5px;
203 }
204
205 #historyItems > scrollbox {
206   margin-bottom: 1px;
207 }
208
209 .updatePrefsInfo {
210   font-size: smaller;
211   margin-left: 27px;
212   margin-bottom: 10px;
213 }
214