sync both themes with suite classic theme changes in SeaMonkey 2.35 cycle
[themes.git] / LCARStrek / mozapps / update / updates.css
CommitLineData
17b8126a
RK
1/* General */
2/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
3 party themes should typically specify the same values. */
4wizardpage {
5 height: 360px;
6 width: 700px;
cfae8c74
RK
7}
8
17b8126a
RK
9/* Remove margin and padding so the billboard will extend to the edge of the
10 window. 3rd party themes should typically specify the same values. */
11#updates, .wizard-page-box {
12 margin: 0;
13 padding: 0;
e10e7add
RK
14}
15
569543b3
RK
16.update-header {
17 padding: 0px 10px;
18}
19
17b8126a
RK
20.update-content {
21 padding: 10px;
e10e7add
RK
22}
23
24.loadingBox {
02920d2b 25 padding: 3px 5px;
e10e7add 26}
17b8126a 27
cfae8c74 28.remoteLoadingThrobber {
e10e7add
RK
29 margin-top: 3px;
30}
17b8126a 31
cfae8c74 32.remoteLoadingThrobber[state="loading"] {
e10e7add
RK
33 list-style-image: url("chrome://global/skin/icons/loading.gif");
34}
17b8126a 35
cfae8c74 36.remoteLoadingThrobber[state="error"] {
f128e38f 37 list-style-image: url("chrome://global/skin/icons/information-16.png");
e10e7add
RK
38}
39
17b8126a
RK
40.wizard-buttons-separator {
41 margin-top: 0 !important;
e10e7add
RK
42}
43
17b8126a
RK
44#licenseContent, #incompatibleListbox {
45 -moz-margin-start: 6px;
46 -moz-margin-end: 6px;
e10e7add
RK
47}
48
25fe5264
RK
49.inline-link {
50 color: #3333FF;
51 text-decoration: none;
52}
53
54.inline-link:hover {
55 text-decoration: underline;
56}
57
58/* Unsupported Page */
59#unsupportedLabel, #unsupportedLinkLabel {
60 -moz-margin-start: 0;
61 -moz-padding-start: 0;
62}
63
17b8126a 64/* Update Found Basic Page */
e10e7add
RK
65#updateName, #updateFinishedName {
66 font-weight: bold;
67 font-size: larger;
68}
69
17b8126a
RK
70/* License Page */
71#licenseContent {
72/* -moz-appearance: listbox; */
e10e7add
RK
73}
74
17b8126a
RK
75/* Incompatible List Page */
76#incompatibleListbox {
77 margin-bottom: 6px;
e10e7add
RK
78}
79
17b8126a
RK
80/* Downloading Page */
81#downloadStatusLine {
cfae8c74 82 -moz-box-align: center;
e10e7add
RK
83}
84
85#downloadStatus {
e10e7add
RK
86 height: 3em !important;
87}
cfae8c74 88
cfae8c74 89#downloadStatusProgress {
8caa872d 90 -moz-padding-end: 5px;
cfae8c74
RK
91}
92
93#pauseButton {
3bcb0be1 94 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
cfae8c74 95 -moz-image-region: rect(0px, 48px, 16px, 32px);
17b8126a 96 -moz-appearance: none;
cfae8c74
RK
97 background-color: transparent;
98 border: none;
cfae8c74
RK
99 min-width: 0;
100 min-height: 0;
17b8126a
RK
101 margin: 0;
102 padding: 0;
cfae8c74
RK
103}
104
105/* !Important must be used otherwise this won't immediately take affect */
106#pauseButton > .button-box {
107 padding: 0 !important;
108}
109
110#pauseButton:hover {
111 -moz-image-region: rect(16px, 48px, 32px, 32px);
112}
113
114#pauseButton:active {
115 -moz-image-region: rect(32px, 48px, 48px, 32px);
116}
117
118#pauseButton[disabled="true"] {
119 -moz-image-region: rect(48px, 48px, 64px, 32px);
120}
121
122#pauseButton[paused="true"] {
123 -moz-image-region: rect(0px, 16px, 16px, 0px);
124}
125
126#pauseButton[paused="true"]:hover {
127 -moz-image-region: rect(16px, 16px, 32px, 0px);
128}
129
130#pauseButton[paused="true"]:active {
131 -moz-image-region: rect(32px, 16px, 48px, 0px);
132}
133
134#pauseButton[paused="true"][disabled="true"] {
135 -moz-image-region: rect(48px, 16px, 64px, 0px);
e10e7add
RK
136}
137
138#verificationFailedIcon {
8caa872d 139 -moz-margin-start: 5px;
e10e7add 140 list-style-image: url("chrome://global/skin/icons/notfound.png");
e10e7add
RK
141}
142
17b8126a 143/* Error Page */
e10e7add
RK
144#errorReason {
145 margin-top: 1px;
146 margin-bottom: 2px;
147 -moz-margin-start: 6px !important;
148 -moz-margin-end: 5px;
149 font-weight: bold;
150}
151
17b8126a 152/* Update History Window */
e10e7add
RK
153update {
154 border-bottom: 1px dotted #FF9F00;
155}
156
157.update-name {
158 font-weight: bold;
159}
160
161.update-label-column {
162 -moz-box-align: end;
163}
164
e10e7add
RK
165.update-type {
166 font-weight: bold;
167 color: #FF0000;
168}
169
170#historyItems {
171 height: 200px;
02920d2b 172 margin: 1px 5px 4px;
e10e7add
RK
173}
174
175#historyItems > scrollbox {
176 margin-bottom: 1px;
177}