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